From 7d64892cf1e32c602f73bc57979ddd8577bca45d Mon Sep 17 00:00:00 2001 From: Nataliia Zakharchuk <62181026+Nattalli@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:49:27 +0300 Subject: [PATCH] Update main.py --- app/main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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