From 5916626399e920cfa314c84a74f597bc6f305114 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 19 May 2021 17:16:59 +0200 Subject: [PATCH] Make noqua comment more specific --- PFERD/crawlers/ilias.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PFERD/crawlers/ilias.py b/PFERD/crawlers/ilias.py index beac208..be3584c 100644 --- a/PFERD/crawlers/ilias.py +++ b/PFERD/crawlers/ilias.py @@ -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 = """ @@ -917,4 +916,4 @@ _link_template_rich = """ -""" +""" # noqa: E501 line too long