mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Clean up authenticator code formatting
This commit is contained in:
parent
1ce32d2f18
commit
49ad1b6e46
5 changed files with 6 additions and 20 deletions
|
|
@ -17,10 +17,7 @@ class AuthSection(Section):
|
|||
|
||||
|
||||
class Authenticator(ABC):
|
||||
def __init__(
|
||||
self,
|
||||
name: str
|
||||
) -> None:
|
||||
def __init__(self, name: str) -> None:
|
||||
"""
|
||||
Initialize an authenticator from its name and its section in the config
|
||||
file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue