Skip to content

Commit 6bcffa7

Browse files
author
EC2 Default User
committed
Reformatted.
1 parent 5110995 commit 6bcffa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/local/entities.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,10 @@ def start(self, processing_inputs, processing_output_config, environment, proces
8888
% s3_input["S3InputMode"]
8989
)
9090

91-
if ("S3DataDistributionType" in s3_input
92-
and s3_input["S3DataDistributionType"] != "FullyReplicated"):
91+
if (
92+
"S3DataDistributionType" in s3_input
93+
and s3_input["S3DataDistributionType"] != "FullyReplicated"
94+
):
9395
raise RuntimeError(
9496
"DataDistribution: %s is not currently supported in Local Mode"
9597
% s3_input["S3DataDistributionType"]

0 commit comments

Comments
 (0)