From 1202c5d904060745ffab2d9ebbf2ad52fbc8dd0d Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 8 Jul 2020 09:24:16 +0800 Subject: [FIX] delete unnecessary import --- AyaBot/plugins/pixiv.py | 1 - AyaBot/plugins/translate.py | 6 ------ 2 files changed, 7 deletions(-) (limited to 'AyaBot/plugins') 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 -- cgit v1.2.3