add back lgtm imperative

This commit is contained in:
Arthur Deierlein
2024-12-17 22:55:39 +01:00
parent 8dc9bd037d
commit eee015033a
+1 -1
View File
@@ -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