mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +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:
parent
866dc375e4
commit
085cd7fd34
28 changed files with 28 additions and 28 deletions
|
|
@ -131,7 +131,7 @@ import gtk
|
|||
from zenmapGUI.higwidgets.higboxes import HIGVBox
|
||||
|
||||
from zenmapCore.Name import APP_DISPLAY_NAME, NMAP_DISPLAY_NAME, NMAP_WEB_SITE
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
|
||||
|
||||
# Prevent loading PyXML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue