mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 01:49:03 +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:
@@ -141,7 +141,7 @@ from zenmapGUI.higwidgets.higtextviewers import HIGTextView
|
||||
from zenmapCore.Name import APP_DISPLAY_NAME, APP_WEB_SITE, APP_COPYRIGHT, \
|
||||
NMAP_DISPLAY_NAME, NMAP_WEB_SITE, UMIT_DISPLAY_NAME, UMIT_WEB_SITE
|
||||
from zenmapCore.Version import VERSION
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
|
||||
|
||||
# Prevent loading PyXML
|
||||
|
||||
Reference in New Issue
Block a user