lint
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
parent
8f846f5e25
commit
c9075551a8
|
@ -19,4 +19,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Export blueprint of current authentik install"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -53,4 +53,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Import certificate"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -25,4 +25,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Run sync for an SCIM Provider"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -32,4 +32,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Create admin group if the default group gets deleted"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -54,4 +54,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Create Token used to recover access"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -26,4 +26,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Check connectivity to LDAP servers for a source"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -34,4 +34,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Run sync for an LDAP Source"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
|
@ -45,4 +45,6 @@ class TCommand(BaseCommand):
|
|||
|
||||
|
||||
class Command(TenantWrappedCommand):
|
||||
"""Send a test-email with global settings"""
|
||||
|
||||
COMMAND = TCommand
|
||||
|
|
Reference in New Issue