Skip to content

Commit e61d8ed

Browse files
committed
missing import
1 parent c9e47c6 commit e61d8ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xlrd/book.py

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
from __future__ import print_function
66

7+
import struct
8+
79
from . import compdoc, formatting, sheet
810
from .biffh import *
911
from .formula import *

0 commit comments

Comments
 (0)