We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1837d commit 651c8d7Copy full SHA for 651c8d7
aws_gate/session.py
@@ -61,5 +61,7 @@ def session(
61
region,
62
profile,
63
)
64
- with SSMSession(instance_id, region_name=region, profile_name=profile, ssm=ssm) as sess:
+ with SSMSession(
65
+ instance_id, region_name=region, profile_name=profile, ssm=ssm
66
+ ) as sess:
67
sess.open()
0 commit comments