Skip to content

Commit 5dfb881

Browse files
authored
Merge pull request #27 from antonv6/patch-1
Remove unused import (struct.unpack)
2 parents c31ca97 + 8f6d6c3 commit 5dfb881

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)