🔥 chore(test_websocket.py): remove unused imports

The imports for json and patch were not used in the file and were removed to improve code readability and maintainability.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-12 09:55:48 -03:00
commit 5fe1435f9e

View file

@ -1,5 +1,3 @@
import json
from unittest.mock import patch
from fastapi.testclient import TestClient