Skip to content

Commit

Permalink
Add missing newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilS-dev committed Sep 19, 2024
1 parent 34014eb commit bbbcf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipecat/processors/metrics/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ async def start_tts_usage_metrics(self, text: str):
"value": len(text),
}
logger.debug(f"{self._name} usage characters: {characters['value']}")
return MetricsFrame(characters=[characters])
return MetricsFrame(characters=[characters])

0 comments on commit bbbcf4f

Please sign in to comment.