mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-09 18:27:56 +08:00
🚨 移除noqa: E501
💄 auto fix by pre-commit hooks
This commit is contained in:
@@ -249,7 +249,10 @@ async def test_abort_del_sub(app: App, init_scheduler):
|
||||
should_send_saa(
|
||||
ctx,
|
||||
MessageFactory(
|
||||
"订阅的帐号为:\n1 weibo 明日方舟Arknights 6279793937\n [图文] 明日方舟\n请输入要删除的订阅的序号\n输入'取消'中止" # noqa: E501
|
||||
"订阅的帐号为:\n"
|
||||
+ "1 weibo 明日方舟Arknights 6279793937\n"
|
||||
+ " [图文] 明日方舟\n"
|
||||
+ "请输入要删除的订阅的序号\n输入'取消'中止",
|
||||
),
|
||||
bot,
|
||||
event=event,
|
||||
|
||||
@@ -67,7 +67,10 @@ async def test_del_sub(app: App, init_scheduler):
|
||||
should_send_saa(
|
||||
ctx,
|
||||
MessageFactory(
|
||||
"订阅的帐号为:\n1 weibo 明日方舟Arknights 6279793937\n [图文] 明日方舟\n请输入要删除的订阅的序号\n输入'取消'中止" # noqa: E501
|
||||
"订阅的帐号为:\n"
|
||||
+ "1 weibo 明日方舟Arknights 6279793937\n"
|
||||
+ " [图文] 明日方舟\n"
|
||||
+ "请输入要删除的订阅的序号\n输入'取消'中止",
|
||||
),
|
||||
bot,
|
||||
event=event,
|
||||
|
||||
Reference in New Issue
Block a user