diff options
author | Kyomotoi <[email protected]> | 2022-06-18 12:50:22 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-18 12:50:22 +0800 |
commit | 528e2de258f7ad24edbb1f924a385ee99a90bc44 (patch) | |
tree | 9c0f67e7a8a5fd80aa6d1c7b943dfdead0d17b14 | |
parent | 7baf59612cf387d6d044b27229f631e76c4e9487 (diff) | |
download | ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.tar.gz ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.tar.bz2 ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.zip |
🔥 åˆ é™¤æ— ç”¨å¯¼å…¥
-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 |