Skip to content

Commit

Permalink
Update app/main.py
Browse files Browse the repository at this point in the history
Co-authored-by: ArsenPidhoretskyi <[email protected]>
  • Loading branch information
tkachuk2291 and ArsenPidhoretskyi authored Jul 11, 2023
1 parent 35f09c8 commit de52fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def format_linter_error(error: dict) -> dict:
"line": error.get("line_number"),
"column": error.get("column_number"),
"message": error.get("text"),
"name": error.get("code"), "source": "flake8"
"name": error.get("code"),
"source": "flake8"
}


Expand Down

0 comments on commit de52fc8

Please sign in to comment.