🚨 移除noqa: E501

💄 auto fix by pre-commit hooks
This commit is contained in:
Azide
2023-07-16 17:09:26 +08:00
committed by felinae98
parent e50eb5d70b
commit bf788ff72a
22 changed files with 98 additions and 66 deletions
+4 -1
View File
@@ -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,
+4 -1
View File
@@ -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,