Skip to content

Commit

Permalink
Format code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored and Freed-Wu committed Jan 23, 2023
1 parent 41fe780 commit 8d0bb18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/translate_shell/utils/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ def process_output(translation: Translation) -> str:
f"termux-notification -t Translation --group {APPNAME} "
f"--icon {ICON_FILE} -c"
)
+ [text],
check=True)
+ [text],
check=True,
)
Notification("Translation", text, 10, "low", ICON_FILE, APPNAME).send()
return rst

0 comments on commit 8d0bb18

Please sign in to comment.