Remove finished TODOs

This commit is contained in:
I-Al-Istannen 2020-04-23 13:30:34 +02:00
parent c2b14f3db9
commit dc964a9d98

View File

@ -14,7 +14,6 @@ from urllib.parse import (parse_qs, urlencode, urljoin, urlparse, urlsplit,
import bs4
import requests
from ..cookie_jar import CookieJar
from ..utils import PrettyLogger, soupify
from .authenticators import IliasAuthenticator
from .date_demangler import demangle_date
@ -29,9 +28,6 @@ IliasDirectoryFilter = Callable[[Path], bool]
class IliasCrawler:
# pylint: disable=too-few-public-methods
# TODO use the filter as appropriate
# TODO log the things that were discovered to the console on INFO
"""
A crawler for ILIAS.
"""