Skip to content

Commit a9d7909

Browse files
committed
PEP8
1 parent 9fa8b57 commit a9d7909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

imblearn/pipeline.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ def _iter(
172172
):
173173
"""Generate (idx, (name, trans)) tuples from self.steps.
174174
175-
When `filter_passthrough` is `True`, 'passthrough' and None transformers
176-
are filtered out. When `filter_resample` is `True`, estimator with a
177-
method `fit_resample` are filtered out.
175+
When `filter_passthrough` is `True`, 'passthrough' and None
176+
transformers are filtered out. When `filter_resample` is `True`,
177+
estimator with a method `fit_resample` are filtered out.
178178
"""
179179
it = super()._iter(with_final, filter_passthrough)
180180
if filter_resample:

0 commit comments

Comments
 (0)