mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
@ -78,10 +78,7 @@ async def test_matcher(app: App, load_plugin):
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_type_updater(app: App, load_plugin):
|
||||
from plugins.matcher.matcher_type import (
|
||||
test_type_updater,
|
||||
test_custom_updater,
|
||||
)
|
||||
from plugins.matcher.matcher_type import test_type_updater, test_custom_updater
|
||||
|
||||
event = make_fake_event()()
|
||||
|
||||
|
Reference in New Issue
Block a user