Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Fixed a minor linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisveilleux committed Mar 10, 2021
1 parent 4d4f797 commit 5996fdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mycroft/tts/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ def _collect_dialogs(self) -> List:
def _parse_dialogs(dialogs: List[str]) -> Set[str]:
"""Split each dialog in the resources directory into sentences.
Do not consider sentences with special characters other than punctuation
Do not consider sentences with special characters other than
punctuation
example : <<< LOADING <<<
Arguments:
Expand Down

0 comments on commit 5996fdb

Please sign in to comment.