You've already forked RekomenciBackend
fix ci
This commit is contained in:
@@ -26,7 +26,7 @@ class ConnectionProvider(Provider):
|
||||
|
||||
@provide(scope=Scope.APP)
|
||||
async def s3_client(self, config: S3Config) -> AsyncIterable[AioBoto3ClientLike]:
|
||||
session = Session()
|
||||
session = Session() # type: ignore[no-untyped-call]
|
||||
|
||||
async with session.client(
|
||||
"s3",
|
||||
|
||||
Reference in New Issue
Block a user