Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 96348f7

Browse files
committed
Fixup stream unused imports
1 parent 2ada26d commit 96348f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

camelot/parsers/stream.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22

33
import warnings
44

5-
from ..core import Table
65
from ..core import TextEdges
76
from ..utils import bbox_from_str
87
from ..utils import bbox_from_textlines
9-
from ..utils import compute_accuracy
10-
from ..utils import compute_whitespace
11-
from ..utils import get_table_index
128
from ..utils import text_in_bbox
139
from ..utils import text_in_bbox_per_axis
1410
from .base import TextBaseParser

0 commit comments

Comments
 (0)