Skip to content

Commit

Permalink
fixing ruff issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav159 committed Dec 17, 2024
1 parent 7351e28 commit f14d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipecat/services/deepgram.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(

# deepgram connection requires language to be a string
if isinstance(merged_options.language, Language) and hasattr(
merged_options.language, "value"
merged_options.language, "value"
):
merged_options.language = merged_options.language.value

Expand Down

0 comments on commit f14d32d

Please sign in to comment.