From bcff7a42eb93f3fea3d9c5d561d26fdf6c525bfa Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 12 Jun 2023 10:44:03 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(test=5Fwebsocket.py):=20re?= =?UTF-8?q?move=20unused=20import=20The=20import=20statement=20for=20TestC?= =?UTF-8?q?lient=20is=20unused=20and=20can=20be=20safely=20removed.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_websocket.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_websocket.py b/tests/test_websocket.py index 672635f3b..99722577d 100644 --- a/tests/test_websocket.py +++ b/tests/test_websocket.py @@ -1,4 +1,3 @@ - from fastapi.testclient import TestClient