From 37bd7ac3186d8376b2f097b6f99a604f8e942956 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 8 Jul 2020 09:20:48 +0800 Subject: [FIX] --- AyaBot/plugins/covid19.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'AyaBot/plugins') diff --git a/AyaBot/plugins/covid19.py b/AyaBot/plugins/covid19.py index eee53de..0c0c22b 100644 --- a/AyaBot/plugins/covid19.py +++ b/AyaBot/plugins/covid19.py @@ -1,11 +1,6 @@ # -*- coding:utf-8 -*- -import re import json -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