We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c31ca97 + 8f6d6c3 commit 5dfb881Copy full SHA for 5dfb881
kaitaistruct.py
@@ -1,7 +1,6 @@
1
import itertools
2
import sys
3
import struct
4
-from struct import unpack
5
from io import BytesIO # noqa
6
7
PY2 = sys.version_info[0] == 2
0 commit comments