Skip to content

Commit 4b83e3f

Browse files
lint fix
1 parent 50cd912 commit 4b83e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-app/src/shared/worker_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def archive_objects(self):
6363
assert (result_id := zipper.result()), "Archive was not written"
6464
self._archive_id = result_id
6565

66-
6766
def _archive_objects(self):
6867
json_data: Any = ("annotation.json", dumps(self.annotation, indent=4).encode("utf-8"))
6968
object_set = SyncDataBase \
@@ -242,3 +241,4 @@ def send_update(
242241
)
243242

244243
assert response.status_code == 202, "File update was not accepted: " + response.text
244+

0 commit comments

Comments
 (0)