Skip to content

Commit 4b322b5

Browse files
committed
[fix] Fix flake8 issues
1 parent 7514fc0 commit 4b322b5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/test_pipeline/test_tabular_classification.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,5 @@ def test_get_pipeline_representation():
502502
}
503503
)
504504
repr = pipeline.get_pipeline_representation()
505-
print(repr)
506505
assert isinstance(repr, dict)
507506
assert all(word in repr for word in ['Preprocessing', 'Estimator'])

test/test_pipeline/test_tabular_regression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,5 @@ def test_get_pipeline_representation():
328328
}
329329
)
330330
repr = pipeline.get_pipeline_representation()
331-
print(repr)
332331
assert isinstance(repr, dict)
333332
assert all(word in repr for word in ['Preprocessing', 'Estimator'])

0 commit comments

Comments
 (0)