Skip to content

Commit

Permalink
Update models.py
Browse files Browse the repository at this point in the history
Signed-off-by: NiceDevil <17103076+nicedevil007@users.noreply.github.com>
  • Loading branch information
nicedevil007 authored Feb 28, 2025
1 parent 647ebf9 commit 07932ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions authentik/lib/sync/outgoing/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class OutgoingSyncProvider(Model):
class Meta:
abstract = True

def client_for_model[
T: User | Group
](self, model: type[T]) -> BaseOutgoingSyncClient[T, Any, Any, Self]:
def client_for_model[T: User | Group](
self, model: type[T]
) -> BaseOutgoingSyncClient[T, Any, Any, Self]:
raise NotImplementedError

def get_object_qs[T: User | Group](self, type: type[T]) -> QuerySet[T]:
Expand Down

0 comments on commit 07932ac

Please sign in to comment.