Skip to content

Commit 36309a8

Browse files
author
Jaya Kasiraj
committed
fix: pylint error
1 parent 89bcfa0 commit 36309a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sagemaker/workflow/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def test_repack_model_step(estimator):
8383

8484
# ex: "gits3://my-bucket/sagemaker-scikit-learn-2025-04-07-20-39-38-854/source/sourcedir.tar.gz"
8585
sagemaker_submit_directory = hyperparameters["sagemaker_submit_directory"]
86-
assert sagemaker_submit_directory.startswith("\"s3://my-bucket/sagemaker-scikit-learn-")
87-
assert sagemaker_submit_directory.endswith("/source/sourcedir.tar.gz\"")
86+
assert sagemaker_submit_directory.startswith('"s3://my-bucket/sagemaker-scikit-learn-')
87+
assert sagemaker_submit_directory.endswith('/source/sourcedir.tar.gz"')
8888

8989
del request_dict["Arguments"]["HyperParameters"]
9090
del request_dict["Arguments"]["AlgorithmSpecification"]["TrainingImage"]

0 commit comments

Comments
 (0)