Skip to content

Commit

Permalink
SALUT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleit1 committed Nov 26, 2024
1 parent 9f45e48 commit 70de9fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ def format_linter_error(error: dict) -> dict:
"column": error["column_number"],
"message": error["text"],
"name": error["code"],
"source": "flake8",
}
"source": "flake8",}


def format_single_linter_file(file_path: str, errors: list) -> dict:
Expand Down

0 comments on commit 70de9fc

Please sign in to comment.