Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Oct 21, 2024
1 parent 9613055 commit ddf721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/cloud/credential_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(
----------
profile_name : str
Profile name to use from credentials file.
assume_role : dict[AWSAssumeRoleKWArgs, Any] | None
assume_role : AWSAssumeRoleKWArgs | None
Configure a role to assume. These are passed as kwarg parameters to
[STS.client.assume_role()](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts/client/assume_role.html#STS.Client.assume_role)
"""
Expand Down

0 comments on commit ddf721f

Please sign in to comment.