Skip to content

Commit d6fa070

Browse files
formatting
1 parent 7248043 commit d6fa070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integ/test_edge.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ def mxnet_training_job(
5858
return mx.latest_training_job.name
5959

6060

61-
@pytest.mark.skip(reason="Edge has been deprecated. Skipping until feature team deprecates functionality.")
61+
@pytest.mark.skip(
62+
reason="Edge has been deprecated. Skipping until feature team deprecates functionality."
63+
)
6264
def test_edge_packaging_job(mxnet_training_job, sagemaker_session):
6365
estimator = MXNet.attach(mxnet_training_job, sagemaker_session=sagemaker_session)
6466
model = estimator.compile_model(

0 commit comments

Comments
 (0)