
* format files Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix pyright Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert #8367 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
12 lines
266 B
Python
12 lines
266 B
Python
"""authentik plex config"""
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class AuthentikSourcePlexConfig(AppConfig):
|
|
"""authentik source plex config"""
|
|
|
|
name = "authentik.sources.plex"
|
|
label = "authentik_sources_plex"
|
|
verbose_name = "authentik Sources.Plex"
|