diff --git a/server/tests/test_transcripts_rtc_ws.py b/server/tests/test_transcripts_rtc_ws.py index 28425cd5..8237d4ab 100644 --- a/server/tests/test_transcripts_rtc_ws.py +++ b/server/tests/test_transcripts_rtc_ws.py @@ -12,7 +12,6 @@ from unittest.mock import patch import pytest from httpx import AsyncClient from httpx_ws import aconnect_ws -from reflector.app import app from uvicorn import Config, Server