Skip to content

Commit 2522c5c

Browse files
committed
fixed pyflakes stuff
1 parent 3c639ea commit 2522c5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libnmap/test/process-stressbox/multi_nmap_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python
22

33
from libnmap.process import NmapProcess
4-
from time import sleep
54

65
def make_nmproc_obj(targets, options):
76
return NmapProcess(targets=targets, options=options)

0 commit comments

Comments
 (0)