Skip to content

Commit eb8d8a3

Browse files
committed
fixed python codestyle
1 parent 503c6ec commit eb8d8a3

File tree

1 file changed

+1
-0
lines changed
  • recipes/llm-voice-assistant/python

1 file changed

+1
-0
lines changed

recipes/llm-voice-assistant/python/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ def __init__(self, stop_phrases: list) -> None:
6565
self.stop_phrases = stop_phrases
6666
self.start: int = 0
6767
self.text: str = ''
68+
6869
def append(self, text: str) -> str:
6970
self.text += text
7071
end = len(self.text)

0 commit comments

Comments
 (0)