mirror of
https://github.com/nmap/nmap.git
synced 2025-12-14 19:59:02 +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:
@@ -157,7 +157,7 @@ from zenmapCore.BasePaths import fs_enc
|
||||
from zenmapCore.Paths import Path
|
||||
from zenmapCore.RecentScans import recent_scans
|
||||
from zenmapCore.UmitLogging import log
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
import zenmapGUI.Print
|
||||
from zenmapCore.UmitConf import SearchConfig, is_maemo, WindowConfig, config_parser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user