mirror of
https://github.com/nmap/nmap.git
synced 2026-01-25 07:39: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:
@@ -132,7 +132,7 @@ import pango
|
||||
from zenmapGUI.higwidgets.higboxes import HIGHBox, HIGVBox
|
||||
from zenmapGUI.higwidgets.higbuttons import HIGButton
|
||||
from zenmapGUI.higwidgets.higscrollers import HIGScrolledWindow
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
|
||||
|
||||
def status_data_func(widget, cell_renderer, model, iter):
|
||||
|
||||
Reference in New Issue
Block a user