Skip to content

Commit 09bf3c6

Browse files
committed
fix flake and test
1 parent 19a5cf7 commit 09bf3c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_api/test_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,8 @@ def test_pipeline_fit_pass_pipeline_options(
938938
openml_id,
939939
backend,
940940
budget,
941-
n_samples):
941+
n_samples
942+
):
942943
# Get the data and check that contents of data-manager make sense
943944
X, y = sklearn.datasets.fetch_openml(
944945
data_id=int(openml_id),

0 commit comments

Comments
 (0)