diff --git a/app/Article.py b/app/Article.py index 32bb605..6281c38 100644 --- a/app/Article.py +++ b/app/Article.py @@ -124,4 +124,4 @@ def get_answer_part(s): flag = 1 elif flag == 1: result.append(line) - return '\n'.join(result) \ No newline at end of file + return '\n'.join(result)