Skip to content

Commit 28e03a3

Browse files
committed
delete type
1 parent ea70b93 commit 28e03a3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/superannotate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import sys
33

4-
__version__ = "4.4.4dev6"
4+
__version__ = "4.4.4dev7"
55

66
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
77

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ async def _upload_small_annotations(self, chunk) -> Report:
329329
except Exception: # noqa
330330
failed_annotations.extend([i.name for i in chunk])
331331
finally:
332-
print(1111, len(chunk))
333332
self.reporter.update_progress(len(chunk))
334333
return Report(
335334
failed_annotations, missing_classes, missing_attr_groups, missing_attrs

0 commit comments

Comments
 (0)