mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix unexpected exception when credential file not found
This commit is contained in:
parent
722970a255
commit
f6b26f4ead
2 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ from configparser import SectionProxy
|
|||
from typing import Callable, Dict
|
||||
|
||||
from ..config import Config
|
||||
from .authenticator import Authenticator, AuthError, AuthSection # noqa: F401
|
||||
from .authenticator import Authenticator, AuthError, AuthLoadError, AuthSection # noqa: F401
|
||||
from .credential_file import CredentialFileAuthenticator, CredentialFileAuthSection
|
||||
from .keyring import KeyringAuthenticator, KeyringAuthSection
|
||||
from .simple import SimpleAuthenticator, SimpleAuthSection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue