mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Make noqua comment more specific
This commit is contained in:
parent
a7c025fd86
commit
5916626399
@ -831,7 +831,6 @@ async def _post(session: aiohttp.ClientSession, url: str, data: Any) -> Beautifu
|
|||||||
return soupify(await response.read())
|
return soupify(await response.read())
|
||||||
|
|
||||||
_link_template_plain = "{{link}}"
|
_link_template_plain = "{{link}}"
|
||||||
# flake8: noqa E501
|
|
||||||
_link_template_rich = """
|
_link_template_rich = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@ -917,4 +916,4 @@ _link_template_rich = """
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
"""
|
""" # noqa: E501 line too long
|
||||||
|
Loading…
Reference in New Issue
Block a user