Skip to content

Commit be76de5

Browse files
PR checks pylint
Signed-off-by: Lukasz Cmielowski <lcmielow@redhat.com> Assisted-by: Cursor
1 parent 63af610 commit be76de5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

components/training/automl/autogluon_models_training/tests/test_component_unit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,9 @@ def test_regression_writes_component_status_json(self, mock_predictor_class, moc
17241724
status_artifact = _make_component_status_artifact(tmp_path)
17251725
Path(status_artifact.path).mkdir(parents=True, exist_ok=True)
17261726

1727-
call_kwargs = _base_call_kwargs(workspace_path, mock_models_artifact, mock.MagicMock(path="/tmp/test.csv"), tmp_path)
1727+
call_kwargs = _base_call_kwargs(
1728+
workspace_path, mock_models_artifact, mock.MagicMock(path="/tmp/test.csv"), tmp_path
1729+
)
17281730
call_kwargs["component_status"] = status_artifact
17291731
autogluon_models_training.python_func(**call_kwargs)
17301732

0 commit comments

Comments
 (0)