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