diff --git a/backend/iam/models.py b/backend/iam/models.py index 3a88b69f5..0ad88c962 100644 --- a/backend/iam/models.py +++ b/backend/iam/models.py @@ -718,7 +718,6 @@ def get_readable_objects( result.add(obj) return list(result) - @staticmethod def get_role_assignments(user): """get all role assignments attached to a user directly or indirectly"""