From 686ef55e40b6ad569715bbc38de42d453e905f7b Mon Sep 17 00:00:00 2001 From: richard-dds Date: Wed, 2 Oct 2019 11:18:36 -0400 Subject: [PATCH] Remove comment --- atst/domain/csp/cloud.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atst/domain/csp/cloud.py b/atst/domain/csp/cloud.py index 2dd76c67..00e896e4 100644 --- a/atst/domain/csp/cloud.py +++ b/atst/domain/csp/cloud.py @@ -575,7 +575,6 @@ class AWSCloudProvider(CloudProviderInterface): """ # Create a policy which allows user to assume a role within the account. - # Another async call. iam_client = self._get_client("iam") iam_client.put_user_policy( UserName=self.root_account_username,