Skip to content

Commit a3ad1e9

Browse files
committed
fixed assert
1 parent 547ee94 commit a3ad1e9

File tree

1 file changed

+1
-1
lines changed
  • services/storage/src/simcore_service_storage/modules

1 file changed

+1
-1
lines changed

services/storage/src/simcore_service_storage/modules/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def _on_startup() -> None:
4141
f"{client=}",
4242
json_dumps(attempt.retry_state.retry_object.statistics),
4343
)
44-
assert client # nosec
44+
assert client # nosec
4545
app.state.s3_client = client
4646

4747
with log_context(_logger, logging.DEBUG, msg="setup.s3_bucket.cleanup_ctx"):

0 commit comments

Comments
 (0)