mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Listen to pylint and mypy
This commit is contained in:
parent
ce77995c8f
commit
4ef0ffe3bf
9 changed files with 87 additions and 197 deletions
|
|
@ -16,6 +16,8 @@ LOGGER = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class IliasAuthenticator(abc.ABC):
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
"""
|
||||
An authenticator that logs an existing requests session into an ILIAS
|
||||
account.
|
||||
|
|
@ -29,6 +31,8 @@ class IliasAuthenticator(abc.ABC):
|
|||
|
||||
|
||||
class KitShibbolethAuthenticator(IliasAuthenticator):
|
||||
# pylint: disable=too-few-public-methods
|
||||
|
||||
"""
|
||||
Authenticate via KIT's shibboleth system.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue