Skip to content

Commit 47d838f

Browse files
committed
new version
1 parent 2820c91 commit 47d838f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/superannotate/lib/infrastructure/controller.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,6 @@ def create_annotation_class(
11521152
annotation_class=annotation_class,
11531153
project=project,
11541154
)
1155-
use_case.execute()
11561155
return use_case.execute()
11571156

11581157
def delete_annotation_class(self, project_name: str, annotation_class_name: str):

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.dev20"
1+
__version__ = "4.3.0.dev21"

0 commit comments

Comments
 (0)