Remove unneeded import

This commit is contained in:
Scott Wallace 2019-01-04 12:57:22 +00:00
parent edfb3826fa
commit f6deac4e22

View file

@ -1,7 +1,6 @@
import socket import socket
import binascii import binascii
import struct import struct
import time
def opcodify(hexstr): def opcodify(hexstr):
return struct.pack('<I', hexstr) return struct.pack('<I', hexstr)