Skip to content

Commit 6c3fd63

Browse files
style: auto fix by pre-commit hooks
1 parent be0774d commit 6c3fd63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ _✨ [Nonebot2](https://github.com/nonebot/nonebot2) 表情包制作插件 调
3232
> 本插件自 v0.5.0 版本起与 rust 版 [meme-generator-rs](https://github.com/MemeCrafters/meme-generator-rs) 对接
3333
>
3434
> 之前的版本与 python 版 [meme-generator](https://github.com/MemeCrafters/meme-generator) 对接
35-
>
35+
>
3636
> 请注意区分!!!
3737
3838
### 安装

nonebot_plugin_memes_api/matchers/image_operations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ async def _(matcher: Matcher):
199199
await matcher.finish(
200200
"简单图片操作,支持的操作:\n"
201201
+ "\n".join(
202-
f"{i+1}{'/'.join(command.keywords)}" for i, command in enumerate(commands)
202+
f"{i + 1}{'/'.join(command.keywords)}"
203+
for i, command in enumerate(commands)
203204
)
204205
)
205206

0 commit comments

Comments
 (0)