outposts: fix linting

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-29 17:08:12 +02:00
parent ff42663d3c
commit 2a0bd50e23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
"""Outpost managed objects"""
from authentik.outposts.models import Outpost, OutpostType
from authentik.managed.manager import EnsureExists, ObjectManager
from authentik.outposts.models import Outpost, OutpostType
class OutpostManager(ObjectManager):