summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AyaBot/plugins/pixiv.py1
-rw-r--r--AyaBot/plugins/translate.py6
2 files changed, 0 insertions, 7 deletions
diff --git a/AyaBot/plugins/pixiv.py b/AyaBot/plugins/pixiv.py
index 50d7159..24e5eae 100644
--- a/AyaBot/plugins/pixiv.py
+++ b/AyaBot/plugins/pixiv.py
@@ -1,5 +1,4 @@
import json
-import nonebot
import requests
from nonebot import on_command, CommandSession
diff --git a/AyaBot/plugins/translate.py b/AyaBot/plugins/translate.py
index 6bbb707..1d017de 100644
--- a/AyaBot/plugins/translate.py
+++ b/AyaBot/plugins/translate.py
@@ -1,10 +1,4 @@
# -*- coding:utf-8 -*-
-import re
-import demjson
-import requests
-from os import path
-from pprint import pformat, pprint
-from urllib.parse import urlencode
from nonebot import on_command, CommandSession
from AyaBot.plugins.module import google_translate