Move around TODOs

This commit is contained in:
Joscha 2020-04-23 10:49:01 +00:00
parent 3a57430893
commit 4b59a7c375
2 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,6 @@ from ..utils import soupify
LOGGER = logging.getLogger(__name__)
# TODO save cookies whenever we know they're good
class IliasAuthenticator(abc.ABC):
# pylint: disable=too-few-public-methods

View File

@ -10,6 +10,10 @@ from .transform import Transform, apply_transform
from .utils import Location
# TODO save known-good cookies as soon as possible
# TODO print synchronizer name before beginning synchronization
class Pferd(Location):
# pylint: disable=too-many-arguments