mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +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:
@@ -143,7 +143,7 @@ from zenmapGUI.FileChoosers import AllFilesFileChooserDialog
|
||||
from zenmapGUI.ProfileHelp import ProfileHelp
|
||||
|
||||
from zenmapCore.NmapOptions import NmapOptions, split_quoted, join_quoted
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
from zenmapGUI.ScriptInterface import *
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user