open_sockets.py: remove unused import.

This commit is contained in:
Emil Mikulic 2022-11-23 11:18:39 +11:00
parent b5702b4f20
commit 64b03a032e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Opens sockets until they run out. # Opens sockets until they run out.
import sys, socket import socket
from time import time from time import time
def main(): def main():