Skip to content

Commit e04c4c4

Browse files
committed
Added line break for flake8 compliance
1 parent 3616ad4 commit e04c4c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sklearn/tests/test_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,7 @@ def test_make_pipeline_memory():
10731073

10741074
shutil.rmtree(cachedir)
10751075

1076+
10761077
def test_pipeline_param_error():
10771078
clf = Pipeline(memory=None, steps=[('wrong_step_name',
10781079
LogisticRegression())])

0 commit comments

Comments
 (0)