mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
🚨 make linter happy (#2286)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user