Skip to content

Commit 79564ba

Browse files
committed
fix: linter 2
1 parent a5ef38f commit 79564ba

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/main/checks/report_checks/gaps_title_and_text.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ def check(self):
6161
Все заголовки и следующий за ними текст находятся на одной странице.",
6262
)
6363

64-
pages_str = "<br> ".join(
65-
f"{info['header']} (стр. {info['page_num']})<br>"
66-
for info in fail_headers_info
67-
)
64+
pages_str = "<br> ".join(f"{info['header']} (стр. {info['page_num']})<br>" for info in fail_headers_info)
6865

6966
return answer(
7067
False,

0 commit comments

Comments
 (0)