Skip to content

Commit c12b39c

Browse files
🚨 auto fix by pre-commit hooks
1 parent b0a1236 commit c12b39c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

tests/test_buttons.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ async def _(row: int):
9595
)
9696

9797
async with app.test_matcher(matcher) as ctx:
98-
from nonebot.adapters.qq.models import Action
98+
from nonebot.adapters.qq.models import (
99+
Action,
100+
)
99101
from nonebot.adapters.qq.models import Button as QQButton
100102
from nonebot.adapters.qq import Bot, Adapter, Message, MessageSegment
101103
from nonebot.adapters.qq.models import (

tests/test_qq.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
from nonebug import App
33
from arclet.alconna import Args, Alconna
44
from nonebot import on_message, get_adapter
5-
from nonebot.adapters.qq.models import Action
5+
from nonebot.adapters.qq.models import (
6+
Action,
7+
)
68
from nonebot.adapters.qq.models import Button as QQButton
79
from nonebot.adapters.qq import Bot, Adapter, Message, MessageSegment
810
from nonebot.adapters.qq.models import (

0 commit comments

Comments
 (0)