diff --git a/src/pipecat/transports/services/daily.py b/src/pipecat/transports/services/daily.py index 648969f04..0343c53d8 100644 --- a/src/pipecat/transports/services/daily.py +++ b/src/pipecat/transports/services/daily.py @@ -44,7 +44,8 @@ from daily import (EventHandler, CallClient, Daily) except ModuleNotFoundError as e: logger.error(f"Exception: {e}") - logger.error("In order to use the Daily transport, you need to `pip install pipecat-ai[daily]`.") + logger.error( + "In order to use the Daily transport, you need to `pip install pipecat-ai[daily]`.") raise Exception(f"Missing module: {e}") VAD_RESET_PERIOD_MS = 2000