We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2528f30 commit b3868bbCopy full SHA for b3868bb
src/superannotate/lib/core/usecases/annotations.py
@@ -247,12 +247,12 @@ def execute(self):
247
failed_annotations.append(annotation)
248
self.reporter.update_progress()
249
250
- self._response.data = (
251
- uploaded_annotations,
252
- failed_annotations,
253
- [annotation.path for annotation in self._missing_annotations],
254
- )
255
self._log_report()
+ self._response.data = (
+ uploaded_annotations,
+ failed_annotations,
+ [annotation.path for annotation in self._missing_annotations],
+ )
256
return self._response
257
258
0 commit comments