Skip to content

Commit

Permalink
Remove Unnecessary F-strings
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeebot[bot] authored Mar 26, 2024
1 parent c122cb1 commit 30d0687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delete_closed_or_merged_pr_forks.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def add_entry_to_remove():
open_prs += 1
# Don't add a removal entry, in this state, the fork should not be deleted

print(f'Stats:')
print('Stats:')
print(f'\tRepo (Removed {repo_removed}, Archived {repo_archived})')
print(f'\tPR (Open {open_prs}, Not Found {not_found}, Merged {merged_prs}, Closed {closed_prs})')

Expand Down

0 comments on commit 30d0687

Please sign in to comment.