refactoring

This commit is contained in:
Maxim Devaev
2023-01-22 18:11:26 +02:00
parent 2cbdd9984a
commit 828778f10a
3 changed files with 14 additions and 9 deletions

View File

@@ -34,15 +34,14 @@ from ...plugins.auth import get_auth_service_class
class AuthManager:
def __init__(
self,
enabled: bool,
internal_type: str,
internal_kwargs: dict,
force_internal_users: list[str],
external_type: str,
external_kwargs: dict,
force_internal_users: list[str],
enabled: bool,
) -> None:
self.__enabled = enabled