mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +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:
@@ -130,7 +130,7 @@ import gtk
|
||||
|
||||
from zenmapGUI.higwidgets.higboxes import HIGVBox
|
||||
from zenmapGUI.Icons import get_os_icon
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
|
||||
|
||||
def treemodel_get_addrs_for_sort(model, iter):
|
||||
|
||||
Reference in New Issue
Block a user