From 9f9ee66cc4c128a0a929f4a26fe6e3bb4890e508 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sun, 16 May 2021 21:57:04 +0200 Subject: [PATCH] api: fix linting Signed-off-by: Jens Langhammer --- authentik/api/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/api/schema.py b/authentik/api/schema.py index 1208d5a3d..4548a80f0 100644 --- a/authentik/api/schema.py +++ b/authentik/api/schema.py @@ -32,7 +32,7 @@ VALIDATION_ERROR = build_object_type( "code": build_standard_type(OpenApiTypes.STR), }, required=["detail"], - additionalProperties={} + additionalProperties={}, )