From 18eccd995d55eb926a50bad26b62bc71c11436b4 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 17 Aug 2021 13:44:54 +0200 Subject: [PATCH] sources/plex: fix linting error Signed-off-by: Jens Langhammer --- authentik/sources/plex/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/sources/plex/models.py b/authentik/sources/plex/models.py index feaed1f3d..fa6a605dc 100644 --- a/authentik/sources/plex/models.py +++ b/authentik/sources/plex/models.py @@ -1,5 +1,6 @@ """Plex source""" from typing import Optional + from django.contrib.postgres.fields import ArrayField from django.db import models from django.templatetags.static import static