1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29: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:
dmiller
2019-12-30 00:53:25 +00:00
parent 866dc375e4
commit 085cd7fd34
28 changed files with 28 additions and 28 deletions

View File

@@ -131,7 +131,7 @@ import gtk
from zenmapGUI.higwidgets.higboxes import HIGHBox
from zenmapGUI.higwidgets.higlabels import HIGEntryLabel
import zenmapCore.I18N
import zenmapCore.I18N # lgtm[py/unused-import]
from zenmapGUI.ProfileCombo import ProfileCombo
from zenmapGUI.TargetCombo import TargetCombo