diff --git a/app/main.py b/app/main.py index c6118f8e..20463c45 100644 --- a/app/main.py +++ b/app/main.py @@ -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