From 528e2de258f7ad24edbb1f924a385ee99a90bc44 Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Sat, 18 Jun 2022 12:50:22 +0800 Subject: =?UTF-8?q?=F0=9F=94=A5=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/test_plugin_kimo.py | 1 - test/test_plugin_manage.py | 1 - 2 files changed, 2 deletions(-) diff --git a/test/test_plugin_kimo.py b/test/test_plugin_kimo.py index ad6ff0b..46d550a 100644 --- a/test/test_plugin_kimo.py +++ b/test/test_plugin_kimo.py @@ -1,6 +1,5 @@ import pytest from nonebug import App -from nonebot.adapters.onebot.v11 import MessageSegment from .utils import make_fake_message, make_fake_event diff --git a/test/test_plugin_manage.py b/test/test_plugin_manage.py index 8f3042a..6d850c2 100644 --- a/test/test_plugin_manage.py +++ b/test/test_plugin_manage.py @@ -1,7 +1,6 @@ import pytest from nonebug import App -from ATRI.config import RUNTIME_CONFIG from .utils import make_fake_message, make_fake_event -- cgit v1.2.3