Skip to content

Commit

Permalink
refactor: typo
Browse files Browse the repository at this point in the history
RHCLOUD-30299
  • Loading branch information
MikelAlejoBR committed Feb 21, 2024
1 parent 531d86e commit d13fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbac/management/principal/it_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def generate_service_accounts_report_in_group(self, group: Group, client_ids: se
.filter(service_account_id__in=client_ids)
)

# Mark the specified client IDs as "present or missing" from the result set.ç
# Mark the specified client IDs as "present or missing" from the result set.
result: dict[str, bool] = {}
for rci_uuid in client_ids:
rci = str(rci_uuid)
Expand Down

0 comments on commit d13fcf5

Please sign in to comment.