Skip to content

Commit

Permalink
fix autopep8 linting
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed May 13, 2024
1 parent 724e78c commit bfbcb9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pipecat/transports/services/daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfbcb9d

Please sign in to comment.