Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/android-yandex-keyboard-support'…
Browse files Browse the repository at this point in the history
… into android-yandex-keyboard-support
  • Loading branch information
QADavidCalvo committed May 24, 2024
2 parents 6a88775 + c445b76 commit 3ac85c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kebbie/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ def cli():
correctors = instantiate_correctors(args.keyboard)
for c in correctors:
c.emulator.show_keyboards()
print(f"Predictions : {c.emulator.get_predictions()}")
print(f"Predictions : {c.emulator.get_predictions()}")
2 changes: 1 addition & 1 deletion kebbie/emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,4 @@ def get_suggestions(self) -> List[str]:
if m:
suggestions.append(html.unescape(m.group(1)))

return suggestions
return suggestions

0 comments on commit 3ac85c7

Please sign in to comment.