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

Commit bb6ef73

Browse files
committed
pre-commit Fixups
Fixup remove unused import
1 parent b60bebe commit bb6ef73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

camelot/backends/image_conversion.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""Classes and functions for the ImageConversionBackend backends."""
22

3+
from typing import Any
34
from typing import Dict
45
from typing import List
5-
from typing import Type, Any
6+
from typing import Type
67

78
from .base import ConversionBackend
89
from .ghostscript_backend import GhostscriptBackend

camelot/parsers/lattice.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from typing import Any
77

88
from ..backends import ImageConversionBackend
9-
from ..backends.image_conversion import BACKENDS
109
from ..image_processing import adaptive_threshold
1110
from ..image_processing import find_contours
1211
from ..image_processing import find_joints

0 commit comments

Comments
 (0)