mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-01 04:39:03 +02:00
Revert "Fix warnings when generated documentation."
This actually broke autodoc generation and wasn't accurate. The
documentation warnings may have to stay for now.
This reverts commit 37e13321f9.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#
|
||||
|
||||
import enum
|
||||
import functools
|
||||
import logging
|
||||
from typing import Dict, Generator, List, Optional, Tuple, Callable
|
||||
|
||||
@@ -136,7 +135,6 @@ def os_distinguisher(version_check: Callable[[Tuple[int, ...]], bool],
|
||||
"""
|
||||
|
||||
# try the primary method based on the pe version in the ISF
|
||||
@functools.wraps(version_check)
|
||||
def method(context: interfaces.context.ContextInterface, symbol_table: str) -> bool:
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user