Skip to content

Commit db43320

Browse files
committed
merge friday
2 parents 8013375 + e87b084 commit db43320

18 files changed

+148
-881
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ fire==0.4.0
1717
mixpanel==4.8.3
1818
pydantic>=1.8.2
1919
pydantic[email]
20-
setuptools~=57.4.0
20+
setuptools~=57.4.0
21+
superannotate_schemas

src/superannotate/lib/core/entities/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from lib.core.entities.document import DocumentAnnotation
2-
from lib.core.entities.pixel import PixelAnnotation
31
from lib.core.entities.project_entities import AnnotationClassEntity
42
from lib.core.entities.project_entities import BaseEntity
53
from lib.core.entities.project_entities import ConfigEntity
@@ -13,9 +11,11 @@
1311
from lib.core.entities.project_entities import TeamEntity
1412
from lib.core.entities.project_entities import UserEntity
1513
from lib.core.entities.project_entities import WorkflowEntity
16-
from lib.core.entities.vector import VectorAnnotation
17-
from lib.core.entities.video import VideoAnnotation
18-
from lib.core.entities.video_export import VideoAnnotation as VideoExportAnnotation
14+
from superannotate_schemas.schemas.internal.document import DocumentAnnotation
15+
from superannotate_schemas.schemas.internal.pixel import PixelAnnotation
16+
from superannotate_schemas.schemas.internal.vector import VectorAnnotation
17+
from superannotate_schemas.schemas.internal.video import VideoAnnotation
18+
from superannotate_schemas.schemas.internal.video import VideoAnnotation as VideoExportAnnotation
1919

2020
__all__ = [
2121
"BaseEntity",

src/superannotate/lib/core/entities/document.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/superannotate/lib/core/entities/pixel.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

src/superannotate/lib/core/entities/utils.py

Lines changed: 0 additions & 256 deletions
This file was deleted.

0 commit comments

Comments
 (0)