diff --git a/nexus/orgs/permissions.py b/nexus/orgs/permissions.py index 99e2be8a..e96935d2 100644 --- a/nexus/orgs/permissions.py +++ b/nexus/orgs/permissions.py @@ -1,7 +1,5 @@ from django.conf import settings -from rest_framework.permissions import SAFE_METHODS - from nexus.orgs.models import Org, OrgAuth, Role from nexus.users.models import User from nexus.usecases.orgs.exceptions import OrgAuthDoesNotExists