Skip to content

Commit

Permalink
missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Dec 11, 2020
1 parent c9e47c6 commit e61d8ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xlrd/book.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

from __future__ import print_function

import struct

from . import compdoc, formatting, sheet
from .biffh import *
from .formula import *
Expand Down

0 comments on commit e61d8ed

Please sign in to comment.