outposts: fix linting
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ff42663d3c
commit
2a0bd50e23
|
@ -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):
|
||||
|
|
Reference in New Issue