Skip to content

Commit 211eb18

Browse files
committed
Codestyle fixes
1 parent 94e0354 commit 211eb18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integ/sagemaker/experiments/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ def clear_run_context():
5555
f" in experiment {current_run.experiment_name}."
5656
" Clearing context manually"
5757
)
58-
_RunContext.drop_current_run()
58+
_RunContext.drop_current_run()

tests/integ/sagemaker/serve/test_serve_mlflow_pytorch_flavor_happy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_happy_pytorch_sagemaker_endpoint_with_torch_serve(
200200
image_uri=image_uris.retrieve(
201201
framework="pytorch",
202202
region=sagemaker_session.boto_region_name,
203-
version="2.2.0", # Compatible version for py310
203+
version="2.2.0", # Compatible version for py310
204204
image_scope="inference",
205205
py_version="py310",
206206
instance_type=cpu_instance_type,

0 commit comments

Comments
 (0)