Skip to content

Commit 20a3067

Browse files
committed
Fixed lint issues
1 parent 0b76e31 commit 20a3067

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/model-builder/conftest.py

+2
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ def mock_run_automl_forecasting_training_job(mock_forecasting_training_job):
248248
with patch.object(mock_forecasting_training_job, "run") as mock:
249249
yield mock
250250

251+
251252
@pytest.fixture
252253
def mock_get_automl_forecasting_seq2seq_training_job(mock_forecasting_training_job):
253254
with patch.object(aiplatform, "SequenceToSequencePlusForecastingTrainingJob") as mock:
@@ -260,6 +261,7 @@ def mock_run_automl_forecasting_seq2seq_training_job(mock_forecasting_training_j
260261
with patch.object(mock_forecasting_training_job, "run") as mock:
261262
yield mock
262263

264+
263265
@pytest.fixture
264266
def mock_get_automl_image_training_job(mock_image_training_job):
265267
with patch.object(aiplatform, "AutoMLImageTrainingJob") as mock:

0 commit comments

Comments
 (0)