fix: remove print

Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
This commit is contained in:
Pepe Fagoaga
2024-06-18 08:46:55 +02:00
committed by GitHub
parent 69083e7e7e
commit 31a1fc8a7c

View File

@@ -421,7 +421,6 @@ class AwsProvider(Provider):
logger.info(f"Original AWS Caller Identity ARN: {caller_identity.arn}")
partition = parse_iam_credentials_arn(caller_identity.arn.arn).partition
print(partition)
return AWSIdentityInfo(
account=caller_identity.account,
account_arn=f"arn:{partition}:iam::{caller_identity.account}:root",