Skip to content

Commit 9cc9acd

Browse files
committed
Move noqa to the right line
1 parent 8baa94f commit 9cc9acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scraper/url_grouper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
output_file.write("<ul>\n")
4747
for item in value:
4848
output_file.write(
49-
f'<li><a href="{PROTOCOL}://{BASE_URL}{key}/{item}" target=_blank>{item}</a></li>\n'
50-
) # noqa: E231
49+
f'<li><a href="{PROTOCOL}://{BASE_URL}{key}/{item}" target=_blank>{item}</a></li>\n' # noqa: E231
50+
)
5151
output_file.write("</ul>\n")
5252
output_file.write("</li>\n")
5353
output_file.write("</ul>\n")

0 commit comments

Comments
 (0)