Remove comment

This commit is contained in:
richard-dds 2019-10-02 11:18:36 -04:00
parent 6ca6131d21
commit 686ef55e40

View File

@ -575,7 +575,6 @@ class AWSCloudProvider(CloudProviderInterface):
""" """
# Create a policy which allows user to assume a role within the account. # Create a policy which allows user to assume a role within the account.
# Another async call.
iam_client = self._get_client("iam") iam_client = self._get_client("iam")
iam_client.put_user_policy( iam_client.put_user_policy(
UserName=self.root_account_username, UserName=self.root_account_username,