Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Jun 20, 2024
1 parent 3a52d4a commit efcfc1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible_base/rbac/permission_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

class ModelPermissionInfo:
"""Container of RBAC registration information for a model in permission_registry"""

def __init__(self, model, parent_field_name='organization', allow_object_roles=True):
self.model_name = model._meta.model_name
self.app_label = model._meta.app_label
Expand Down

0 comments on commit efcfc1e

Please sign in to comment.