Skip to content

Commit 05b4548

Browse files
committed
Fix import
1 parent 113be16 commit 05b4548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from typing import Iterable
55
from typing import List
66

7-
from src.superannotate.lib.core.enums import SegmentationStatus
7+
from lib.core.enums import SegmentationStatus
88

99

1010
class BaseEntity(ABC):

0 commit comments

Comments
 (0)