root: update to isort 5

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-03-22 19:53:10 +01:00
parent 8155d88db7
commit e202fd988b
4 changed files with 4 additions and 6 deletions

View File

@ -35,8 +35,8 @@ class AuthentikOutpostConfig(AppConfig):
def init_local_connection():
"""Check if local kubernetes or docker connections should be created"""
from authentik.outposts.models import (
KubernetesServiceConnection,
DockerServiceConnection,
KubernetesServiceConnection,
)
if Path(SERVICE_TOKEN_FILENAME).exists():