diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_plugin_kimo.py | 1 | ||||
-rw-r--r-- | test/test_plugin_manage.py | 1 |
2 files changed, 0 insertions, 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 |