mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55: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
|
|
@ -6,10 +6,7 @@ from .authenticator import Authenticator, AuthError
|
|||
|
||||
|
||||
class TfaAuthenticator(Authenticator):
|
||||
def __init__(
|
||||
self,
|
||||
name: str,
|
||||
) -> None:
|
||||
def __init__(self, name: str) -> None:
|
||||
super().__init__(name)
|
||||
|
||||
async def username(self) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue