Skip to content

Commit edbc636

Browse files
committed
make style
1 parent 9bc4c8e commit edbc636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iqe-host-inventory-plugin/iqe_host_inventory/utils/rbac_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class RBACInventoryPermission(Enum):
2121
GROUPS_WRITE = "inventory:groups:write"
2222
GROUPS_ALL = "inventory:groups:*"
2323
ALL_READ = "inventory:*:read"
24-
# ALL_WRITE = "inventory:*:write" # This doesn't exist: https://github.com/RedHatInsights/rbac-config/blob/master/configs/stage/permissions/inventory.json # noqa
24+
# ALL_WRITE = "inventory:*:write" # This doesn't exist: https://github.com/RedHatInsights/rbac-config/blob/master/configs/stage/permissions/inventory.json
2525
ADMIN = "inventory:*:*"
2626
RBAC_ADMIN = "rbac:*:*"
2727
STALENESS_READ = "staleness:staleness:read"

0 commit comments

Comments
 (0)