From e05e1522c4d25a08a4edfe4cc32b3a14b176b5d7 Mon Sep 17 00:00:00 2001 From: itsdeka Date: Mon, 29 Nov 2021 09:46:49 +0100 Subject: [PATCH] removed useless import --- bfxapi/tests/test_ws_subscriptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bfxapi/tests/test_ws_subscriptions.py b/bfxapi/tests/test_ws_subscriptions.py index 2928215..7e1866a 100644 --- a/bfxapi/tests/test_ws_subscriptions.py +++ b/bfxapi/tests/test_ws_subscriptions.py @@ -1,6 +1,5 @@ import pytest import json -import asyncio from .helpers import (create_stubbed_client, ws_publish_connection_init, EventWatcher) @pytest.mark.asyncio