Rename keyring authenticator file for consistency

This commit is contained in:
Joscha 2021-05-25 13:32:00 +02:00
parent 16d50b6626
commit c15a1aecdf
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ from typing import Callable, Dict
from ..config import Config
from .authenticator import Authenticator, AuthSection
from .keyring_authenticator import KeyringAuthenticator, KeyringAuthSection
from .keyring import KeyringAuthenticator, KeyringAuthSection
from .simple import SimpleAuthenticator, SimpleAuthSection
from .tfa import TfaAuthenticator