mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01: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:
@@ -162,7 +162,7 @@ from zenmapCore.NmapParser import NmapParser
|
||||
from zenmapCore.Paths import Path, get_extra_executable_search_paths
|
||||
from zenmapCore.UmitLogging import log
|
||||
from zenmapCore.NmapOptions import NmapOptions, split_quoted, join_quoted
|
||||
import zenmapCore.I18N
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
|
||||
# How often the live output view refreshes, in milliseconds.
|
||||
NMAP_OUTPUT_REFRESH_INTERVAL = 1000
|
||||
|
||||
Reference in New Issue
Block a user