Skip to content

Commit

Permalink
DOC: indent (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
raybellwaves committed Jul 16, 2021
1 parent ad3bea2 commit 9cc73a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cloudprovider/aws/ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class EC2Cluster(VMCluster):
... credentials = parser.items('default')
... all_credentials = {key.upper(): value for key, value in [*config, *credentials]}
... with contextlib.suppress(KeyError):
... all_credentials["AWS_REGION"] = all_credentials.pop("REGION")
... all_credentials["AWS_REGION"] = all_credentials.pop("REGION")
... return all_credentials
>>> cluster = EC2Cluster(env_vars=get_aws_credentials())
Expand Down

0 comments on commit 9cc73a0

Please sign in to comment.