From c95f8e8418a386f5fff23d0183be439449a30f0e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 24 Dec 2020 16:25:51 +0100 Subject: [PATCH] api: fix formatting --- authentik/api/v2/urls.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/authentik/api/v2/urls.py b/authentik/api/v2/urls.py index 41d4c088c..218924eb1 100644 --- a/authentik/api/v2/urls.py +++ b/authentik/api/v2/urls.py @@ -149,8 +149,7 @@ info = openapi.Info( default_version="v2", contact=openapi.Contact(email="hello@beryju.org"), license=openapi.License( - name="GNU GPLv3", - url="https://github.com/BeryJu/authentik/blob/master/LICENSE" + name="GNU GPLv3", url="https://github.com/BeryJu/authentik/blob/master/LICENSE" ), ) SchemaView = get_schema_view(