Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 8, 2023
1 parent 05a3c02 commit 9449357
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion excelrd/formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from struct import unpack

from .biffh import (
BaseObject,
XLRDError,
error_text_from_code,
hex_char_dump,
Expand Down
2 changes: 0 additions & 2 deletions excelrd/timemachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Currently supported: 2.6 to 2.7, 3.2+
# usage: from timemachine import *

import sys


BYTES_LITERAL = lambda x: x.encode("latin1")
BYTES_ORD = lambda byte: byte
Expand Down
1 change: 0 additions & 1 deletion tests/test_biffh.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
import unittest
from io import StringIO

Expand Down
1 change: 0 additions & 1 deletion tests/test_formats.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Portions Copyright (C) 2010, Manfred Moitzi under a BSD licence

import sys
from unittest import TestCase

import excelrd
Expand Down

0 comments on commit 9449357

Please sign in to comment.