Skip to content

Commit

Permalink
Import Roles model from the plugin api
Browse files Browse the repository at this point in the history
Remove unused settings import
Issue: AAH-1093
  • Loading branch information
bmclaughlin committed Jan 31, 2022
1 parent 4f3b3d1 commit 7f66c47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galaxy_ng/app/access_control/fields.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from django.conf import settings
from django.utils.translation import gettext_lazy as _

from rest_framework import serializers
from rest_framework.exceptions import ValidationError

from pulpcore.app.models.role import Role
from pulpcore.plugin.models.role import Role

from pulpcore.plugin.util import get_perms_for_model

Expand Down

0 comments on commit 7f66c47

Please sign in to comment.