mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
add back lgtm imperative
This commit is contained in:
@@ -29,7 +29,7 @@ except ImportError:
|
||||
|
||||
try:
|
||||
# Import so that the handler is found by the framework.class_subclasses callc
|
||||
from smb import SMBHandler as SMBHandler
|
||||
from smb import SMBHandler as SMBHandler # lgtm [py/unused-import]
|
||||
except ImportError:
|
||||
# If we fail to import this, it means that SMB handling won't be available
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user