Skip to content

Commit 8f6d6c3

Browse files
authored
Remove unused import (struct.unpack)
Code was switched to using struct.Struct().unpack in 7fba4d2.
1 parent c31ca97 commit 8f6d6c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kaitaistruct.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import itertools
22
import sys
33
import struct
4-
from struct import unpack
54
from io import BytesIO # noqa
65

76
PY2 = sys.version_info[0] == 2

0 commit comments

Comments
 (0)