diff --git a/volatility/framework/plugins/windows/poolscanner.py b/volatility/framework/plugins/windows/poolscanner.py index b70dc0865..4e123ffaa 100644 --- a/volatility/framework/plugins/windows/poolscanner.py +++ b/volatility/framework/plugins/windows/poolscanner.py @@ -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: """