Skip to content

Commit 648d02a

Browse files
committed
🐛 Fix tiatoolbox type_hints import
1 parent 88b2440 commit 648d02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/engine/semantic_segmentor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .io_config import IOSegmentorConfig
3030

3131
if TYPE_CHECKING: # pragma: no cover
32-
from tiatoolbox.typing import IntPair, Resolution, Units
32+
from tiatoolbox.type_hints import IntPair, Resolution, Units
3333

3434

3535
def _estimate_canvas_parameters(

0 commit comments

Comments
 (0)