mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 05:01:29 +00:00
Avoid 'import *' where __all__ not defined. #1834
This commit is contained in:
@@ -144,7 +144,7 @@ from zenmapGUI.ProfileHelp import ProfileHelp
|
||||
|
||||
from zenmapCore.NmapOptions import NmapOptions, split_quoted, join_quoted
|
||||
import zenmapCore.I18N # lgtm[py/unused-import]
|
||||
from zenmapGUI.ScriptInterface import *
|
||||
from zenmapGUI.ScriptInterface import ScriptInterface
|
||||
|
||||
|
||||
def get_option_check_auxiliary_widget(option, ops, check):
|
||||
|
||||
Reference in New Issue
Block a user