Skip to content

Commit

Permalink
🎨 Format Python code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
yunohost-bot authored and Salamandar committed Sep 27, 2024
1 parent c3c243d commit 3bd3aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/print.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

output = "plain"


def _print(*args, **kwargs):
if not is_json_output():
print(*args, **kwargs)
Expand Down

0 comments on commit 3bd3aaa

Please sign in to comment.