Skip to content

Commit a2d3cba

Browse files
committed
fix: black-format complaint
1 parent 902fa80 commit a2d3cba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/estimator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,9 +1771,7 @@ def model_data(self):
17711771
"No finished training job found associated with this estimator. Please make sure "
17721772
"this estimator is only used for building workflow config"
17731773
)
1774-
model_uri = os.path.join(
1775-
self.output_path, self._current_job_name, "output", "model.tar.gz"
1776-
)
1774+
model_uri = os.path.join(self.output_path, self._current_job_name, "output", "model.tar.gz")
17771775
return model_uri
17781776

17791777
@abstractmethod

0 commit comments

Comments
 (0)