From 5c9adb2664e1f053bf6f6e0597c858af745ae6e9 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 18 Aug 2023 10:23:15 +0200 Subject: [PATCH] server: fixes tests --- server/tests/test_transcripts_rtc_ws.py | 1 - 1 file changed, 1 deletion(-) 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