Skip to content

Commit 92876c4

Browse files
committed
Update version.py
1 parent bd26bf5 commit 92876c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/superannotate/lib/core/usecases/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2732,7 +2732,7 @@ def validate_uniqueness(self):
27322732

27332733
def validate_project_type(self):
27342734
if (
2735-
self._project.project_type in (ProjectType.PIXEL.value and ProjectType.VIDEO.value)
2735+
self._project.project_type in (ProjectType.PIXEL.value, ProjectType.VIDEO.value)
27362736
and self._annotation_class.type == "tag"
27372737
):
27382738
raise AppException(

src/superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.3.0.dev16"
1+
__version__ = "4.3.0.dev17"

0 commit comments

Comments
 (0)