From 0a043154f259e1bf9bca9d57f21435f19518b24e Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 15 Sep 2025 10:46:43 -0300 Subject: [PATCH] Removing not used import. --- src/pipecat/runner/run.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pipecat/runner/run.py b/src/pipecat/runner/run.py index 17f2be9cc..dfba19370 100644 --- a/src/pipecat/runner/run.py +++ b/src/pipecat/runner/run.py @@ -183,8 +183,6 @@ def _create_server_app( def _setup_webrtc_routes(app: FastAPI, esp32_mode: bool = False, host: str = "localhost"): """Set up WebRTC-specific routes.""" try: - from asyncio import Future - from pipecat_ai_small_webrtc_prebuilt.frontend import SmallWebRTCPrebuiltUI from pipecat.transports.smallwebrtc.connection import SmallWebRTCConnection