diff --git a/test_runner/regress/test_proxy_websockets.py b/test_runner/regress/test_proxy_websockets.py index ac6ea0e331..e6eb74bfaa 100644 --- a/test_runner/regress/test_proxy_websockets.py +++ b/test_runner/regress/test_proxy_websockets.py @@ -1,9 +1,8 @@ -import asyncio import ssl import pytest -from fixtures.neon_fixtures import NeonProxy import websockets +from fixtures.neon_fixtures import NeonProxy @pytest.mark.asyncio