*: use dataclass slots wherever applicable (#6005)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-06-19 18:31:07 +02:00
committed by GitHub
parent 0bebcc4eff
commit a5db60129d
13 changed files with 16 additions and 17 deletions

View File

@ -8,7 +8,7 @@ from authentik.core.api.utils import PassiveSerializer
from authentik.flows.challenge import Challenge
@dataclass
@dataclass(slots=True)
class UILoginButton:
"""Dataclass for Source's ui_login_button"""