Skip to content

Commit

Permalink
fix: C0304/Final newline missing (missing-final-newline)
Browse files Browse the repository at this point in the history
  • Loading branch information
herbertgoto committed Mar 6, 2025
1 parent 0211f78 commit fbb2107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ def export_data(data: dict, file_name: str) -> None:
if report == 'registry':
get_ecr_repo_cost_report()
else:
get_image_report(report)
get_image_report(report)

0 comments on commit fbb2107

Please sign in to comment.