Форматирование

This commit is contained in:
2025-10-27 22:06:00 +03:00
parent 33f25c799c
commit 9ab9bcfc96

View File

@ -33,7 +33,7 @@ class AioHTTPXClient(AsyncHTTPXClient):
redis_url: str | None = None, redis_url: str | None = None,
key: str | None = None, key: str | None = None,
limit: int | None = None, limit: int | None = None,
logger: str | None = __name__ logger: str | None = __name__,
) -> None: ) -> None:
super().__init__( super().__init__(
auth=auth, auth=auth,