Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattalli authored Sep 8, 2022
1 parent 7c0e80a commit 7d64892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
def format_linter_error(error: dict) -> dict:
# white your code here
# write your code here
pass


def format_single_linter_file(file_path: str, errors: list) -> dict:
# white your code here
# write your code here
pass


def format_linter_report(linter_report: dict) -> list:
# white your code here
# write your code here
pass

0 comments on commit 7d64892

Please sign in to comment.