1
0
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:
dmiller
2019-12-16 05:55:46 +00:00
parent fa0353badd
commit 260fa12cce
2 changed files with 2 additions and 2 deletions

View File

@@ -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()