Skip to content

Commit 651c8d7

Browse files
committed
Apply black formatting to aws_gate/session.py
1 parent 8e1837d commit 651c8d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

aws_gate/session.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,7 @@ def session(
6161
region,
6262
profile,
6363
)
64-
with SSMSession(instance_id, region_name=region, profile_name=profile, ssm=ssm) as sess:
64+
with SSMSession(
65+
instance_id, region_name=region, profile_name=profile, ssm=ssm
66+
) as sess:
6567
sess.open()

0 commit comments

Comments
 (0)