Skip to content

Commit e16c0cb

Browse files
committed
black: run make black
1 parent 850a48b commit e16c0cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samcli/lib/bootstrap/bootstrap.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ def manage_stack(profile, region):
3535
# This bucket name is what we would write to a config file
3636
return bucket_name
3737

38-
def print_managed_s3_bucket_info(s3_bucket, bold=False, show_s3_bucket_option=True):
38+
39+
def print_managed_s3_bucket_info(
40+
s3_bucket: str, bold: Optional[bool] = False, show_s3_bucket_option: Optional[bool] = True
41+
):
3942
"""
4043
Print information about the managed S3 bucket.
4144

0 commit comments

Comments
 (0)