diff --git a/authentik/outposts/managed.py b/authentik/outposts/managed.py index e43225db75..0124206432 100644 --- a/authentik/outposts/managed.py +++ b/authentik/outposts/managed.py @@ -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):