Skip to content

Commit

Permalink
🎨 Format Python code with yapf (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: Chizkiyahu <[email protected]>
  • Loading branch information
github-actions[bot] and Chizkiyahu committed Aug 25, 2024
1 parent 1717ccb commit d62add4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clean_ghcr.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ def del_req(path):
if res.ok:
print(f"Deleted {path}")
else:
print(f"Error when trying to delete URL: {get_url(path)} MSG: {res.text}")
print(
f"Error when trying to delete URL: {get_url(path)} MSG: {res.text}"
)
return res


Expand Down

0 comments on commit d62add4

Please sign in to comment.