Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Aug 20, 2024
1 parent 7336008 commit 4bd8894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_app/tests/rbac/api/test_rbac_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from ansible_base.lib.utils.auth import get_team_model
from ansible_base.lib.utils.response import get_relative_url
from ansible_base.rbac.models import RoleDefinition
from ansible_base.rbac import permission_registry
from ansible_base.rbac.models import RoleDefinition

Team = get_team_model()
User = get_user_model()
Expand Down

0 comments on commit 4bd8894

Please sign in to comment.