Remove unneeded import
This commit is contained in:
parent
edfb3826fa
commit
f6deac4e22
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue