Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngayka committed Oct 9, 2024
1 parent 3bf0937 commit ef5632c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ def format_single_linter_file(file_path: str, errors: list) -> dict:
def format_linter_report(linter_report: dict) -> list:
return [format_single_linter_file(file_path, errors)
for file_path, errors in linter_report.items()]

0 comments on commit ef5632c

Please sign in to comment.