mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 20:51:30 +00:00
Fix up some unused test code to silence LGTM. See #1834
This commit is contained in:
@@ -345,7 +345,7 @@ class ScanHostsView(HIGVBox, object):
|
||||
|
||||
if __name__ == "__main__":
|
||||
w = gtk.Window()
|
||||
h = ScanHostsView()
|
||||
h = ScanHostsView(None)
|
||||
w.add(h)
|
||||
w.show_all()
|
||||
gtk.main()
|
||||
|
||||
Reference in New Issue
Block a user