mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 04:07:39 +02:00
chore: make ruff happy
the import is not needed, was previously used for type annotations
This commit is contained in:
@@ -13,12 +13,6 @@ from volatility3.plugins.windows import pslist, direct_system_calls
|
||||
|
||||
vollog = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
import capstone
|
||||
except ImportError:
|
||||
# The generator of DirectSystemCalls will bail with a warning if capstone is not installed
|
||||
pass
|
||||
|
||||
|
||||
class IndirectSystemCalls(direct_system_calls.DirectSystemCalls):
|
||||
_required_framework_version = (2, 4, 0)
|
||||
|
||||
Reference in New Issue
Block a user