diff options
-rw-r--r-- | AyaBot/plugins/anime_search_photo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AyaBot/plugins/anime_search_photo.py b/AyaBot/plugins/anime_search_photo.py index 7462e9b..f26a1aa 100644 --- a/AyaBot/plugins/anime_search_photo.py +++ b/AyaBot/plugins/anime_search_photo.py @@ -1,7 +1,6 @@ # -*- coding:utf-8 -*- import re import json -import nonebot from aiohttp import ClientSession from nonebot import on_command, CommandSession |