Skip to content

Commit

Permalink
flake8 alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmejia committed May 5, 2024
1 parent cd2c1bd commit 0ea0be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/transcription/alignment_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,4 @@ def process_language_arg(language: str, model_name: str):
f"{model_name} is an English-only model but received '{language}'; using English instead."
)
language = "en"
return language
return language

0 comments on commit 0ea0be9

Please sign in to comment.