Make noqua comment more specific

This commit is contained in:
Joscha 2021-05-19 17:16:59 +02:00
parent a7c025fd86
commit 5916626399

View File

@ -831,7 +831,6 @@ async def _post(session: aiohttp.ClientSession, url: str, data: Any) -> Beautifu
return soupify(await response.read())
_link_template_plain = "{{link}}"
# flake8: noqa E501
_link_template_rich = """
<!DOCTYPE html>
<html lang="en">
@ -917,4 +916,4 @@ _link_template_rich = """
</div>
</body>
</html>
"""
""" # noqa: E501 line too long