🚨 auto fix by pre-commit hooks

This commit is contained in:
pre-commit-ci[bot]
2022-01-28 06:04:57 +00:00
parent d06e06eba2
commit fd8fd233b6
7 changed files with 7 additions and 46 deletions

View File

@ -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()()