mirror of https://github.com/scrapy/scrapy.git
Silence pylint
This commit is contained in:
parent
580068a779
commit
f8fec9c44f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue