removed useless import

This commit is contained in:
itsdeka
2021-11-29 09:46:49 +01:00
parent b0f07814e7
commit e05e1522c4

View File

@@ -1,6 +1,5 @@
import pytest
import json
import asyncio
from .helpers import (create_stubbed_client, ws_publish_connection_init, EventWatcher)
@pytest.mark.asyncio