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 /test/test_plugin_manage.py | |
parent | 7baf59612cf387d6d044b27229f631e76c4e9487 (diff) | |
download | ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.tar.gz ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.tar.bz2 ATRI-528e2de258f7ad24edbb1f924a385ee99a90bc44.zip |
🔥 åˆ é™¤æ— ç”¨å¯¼å…¥
Diffstat (limited to 'test/test_plugin_manage.py')
-rw-r--r-- | test/test_plugin_manage.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |