Skip to content

Commit 5ba98db

Browse files
committed
change(lint): missing docstring newlines
1 parent 4cadce3 commit 5ba98db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sagemaker/processing.py

+3
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,7 @@ def _normalize_args(
15801580
git_config=None,
15811581
):
15821582
"""Normalizes the arguments so that they can be passed to the job run
1583+
15831584
Args:
15841585
job_name (str): Name of the processing job to be created. If not specified, one
15851586
is generated, using the base name given to the constructor, if applicable
@@ -1628,6 +1629,7 @@ def _normalize_args(
16281629

16291630
def _convert_code_and_add_to_inputs(self, inputs, user_s3_uri, entrypoint_s3_uri):
16301631
"""Creates a ``ProcessingInput`` object from an S3 URI and adds it to the list of inputs.
1632+
16311633
Args:
16321634
inputs (list[sagemaker.processing.ProcessingInput]):
16331635
List of ``ProcessingInput`` objects.
@@ -1671,6 +1673,7 @@ def _include_code_in_inputs(
16711673
git_config=None,
16721674
):
16731675
"""Converts code to appropriate input and includes in input list.
1676+
16741677
Side effects include:
16751678
* uploads code to S3 if the code is a local file.
16761679
* sets the entrypoint attribute based on the command and user script name from code.

0 commit comments

Comments
 (0)