Remove unneeded import
This commit is contained in:
parent
edfb3826fa
commit
f6deac4e22
|
@ -1,7 +1,6 @@
|
|||
import socket
|
||||
import binascii
|
||||
import struct
|
||||
import time
|
||||
|
||||
def opcodify(hexstr):
|
||||
return struct.pack('<I', hexstr)
|
||||
|
|
Loading…
Reference in a new issue