🚨 make linter happy (#2286)

This commit is contained in:
Ju4tCode
2023-08-18 19:07:35 +08:00
committed by GitHub
parent 53bcae04ff
commit 9c4ca28d61
5 changed files with 26 additions and 25 deletions

View File

@ -68,7 +68,7 @@ class Mixin(ForwardMixin):
@override
async def request(self, setup: Request) -> Response:
return await super(Mixin, self).request(setup)
return await super().request(setup)
@override
@asynccontextmanager