Silence pylint

This commit is contained in:
Adrian Chaves 2026-07-24 14:54:07 +02:00
parent 580068a779
commit f8fec9c44f
1 changed files with 1 additions and 0 deletions

View File

@ -215,6 +215,7 @@ class S3FilesStore:
self._aio_client_cm = get_session().create_client(
"s3", **self._client_kwargs
)
# pylint: disable-next=unnecessary-dunder-call
self._aio_client = await self._aio_client_cm.__aenter__()
return self._aio_client