From 5fe1435f9e73706c1e1e9314db99ee3c2220fdd9 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 12 Jun 2023 09:55:48 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20chore(test=5Fwebsocket.py):=20re?= =?UTF-8?q?move=20unused=20imports=20The=20imports=20for=20json=20and=20pa?= =?UTF-8?q?tch=20were=20not=20used=20in=20the=20file=20and=20were=20remove?= =?UTF-8?q?d=20to=20improve=20code=20readability=20and=20maintainability.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_websocket.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_websocket.py b/tests/test_websocket.py index e540e1de3..672635f3b 100644 --- a/tests/test_websocket.py +++ b/tests/test_websocket.py @@ -1,5 +1,3 @@ -import json -from unittest.mock import patch from fastapi.testclient import TestClient