mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Suppress unused import LGTM.com alert for I18N
I18N installs the `_` function into the builtin namespace, so it looks like it's unused when it's not. #1834
This commit is contained in:
@@ -147,7 +147,7 @@ from xml.sax.handler import ContentHandler, EntityResolver
|
||||
from xml.sax.saxutils import XMLGenerator
|
||||
from xml.sax.xmlreader import AttributesImpl as Attributes
|
||||
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
from zenmapCore.NmapOptions import NmapOptions, join_quoted
|
||||
from zenmapCore.StringPool import unique
|
||||
|
||||
|
||||
Reference in New Issue
Block a user