Skip to content

Commit c45e14f

Browse files
committed
Fix formatting
Remove unnecessary comment space
1 parent 22b7cea commit c45e14f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ def _prepare_for_training(self, job_name=None):
561561
self._hyperparameters[SAGEMAKER_REGION_PARAM_NAME] = self.sagemaker_session.boto_region_name
562562

563563
def _stage_user_code_in_s3(self):
564-
""" Upload the user training script to s3 and return the location.
564+
"""Upload the user training script to s3 and return the location.
565565
566566
Returns: s3 uri
567567
@@ -580,7 +580,7 @@ def _stage_user_code_in_s3(self):
580580
directory=self.source_dir)
581581

582582
def _model_source_dir(self):
583-
""" Gets the appropriate value to pass as source_dir to model constructor on deploying
583+
"""Get the appropriate value to pass as source_dir to model constructor on deploying
584584
585585
Returns:
586586
str: Either a local or an S3 path pointing to the source_dir to be used for code by the model to be deployed

0 commit comments

Comments
 (0)