TODO is TODONE

Co-authored-by: Georgiana Elena <georgiana.dolocan@gmail.com>
This commit is contained in:
Min RK
2020-06-24 20:19:44 +02:00
committed by GitHub
parent 6e988bf587
commit cceb652039

View File

@@ -297,7 +297,7 @@ class Authenticator(LoggingConfigurable):
self._init_deprecated_methods()
def _init_deprecated_methods(self):
# TODO: properly handle deprecated signature *and* name
# handles deprecated signature *and* name
# with correct subclass override priority!
for old_name, new_name in (
('check_whitelist', 'check_allowed'),