Skip to content

Commit b63e7ce

Browse files
committed
PEP8
1 parent 77d3dec commit b63e7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def fit_resample(self, X, y):
296296
X_ = output[0]
297297

298298
y_ = (label_binarize(output[1], np.unique(y))
299-
if binarize_y else output[1])
299+
if binarize_y else output[1])
300300

301301
if self._y_name is not None:
302302
y_ = pd.Series(y_, dtype=self._y_dtype, name=self._y_name)

0 commit comments

Comments
 (0)