Skip to content

Commit

Permalink
python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TejasRGitHub authored and trajopadhye committed Oct 30, 2024
1 parent 3b4dce2 commit 1f5ec6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/dataall/core/environment/api/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def get_parent_organization(context: Context, source, **kwargs):
org = get_organization_simplified(context, source, organizationUri=source.organizationUri)
return org


# used from getConsumptionRolePolicies query -- query resolver
def get_consumption_role_policies(context: Context, source, environmentUri, IAMRoleName):
return EnvironmentService.resolve_consumption_role_policies(uri=environmentUri, IAMRoleName=IAMRoleName)
Expand Down

0 comments on commit 1f5ec6e

Please sign in to comment.