Skip to content

Commit

Permalink
fixed python codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Nov 20, 2024
1 parent 503c6ec commit eb8d8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/llm-voice-assistant/python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def __init__(self, stop_phrases: list) -> None:
self.stop_phrases = stop_phrases
self.start: int = 0
self.text: str = ''

def append(self, text: str) -> str:
self.text += text
end = len(self.text)
Expand Down

0 comments on commit eb8d8a3

Please sign in to comment.