mirror of
https://github.com/nmap/nmap.git
synced 2025-12-23 16:09: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:
@@ -163,7 +163,7 @@ from zenmapCore.UmitConf import is_maemo, config_parser, SearchConfig
|
||||
from zenmapCore.UmitLogging import log
|
||||
from zenmapCore.UmitOptionParser import option_parser
|
||||
from zenmapCore.Name import APP_NAME, APP_DISPLAY_NAME, NMAP_DISPLAY_NAME
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
from zenmapCore.Paths import Path, create_user_config_dir
|
||||
from zenmapCore.Name import APP_DISPLAY_NAME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user