Skip to content

Commit 9867ff1

Browse files
author
Guillaume Lemaitre
committed
FIX PEP8
1 parent 3c54ea6 commit 9867ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

imblearn/datasets/zenodo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@
105105

106106

107107
def fetch_datasets(data_home=None,
108-
filter_data=None,
109-
download_if_missing=True,
110-
random_state=None,
111-
shuffle=False):
108+
filter_data=None,
109+
download_if_missing=True,
110+
random_state=None,
111+
shuffle=False):
112112
"""Load the benchmark datasets from Zenodo, downloading it if necessary.
113113
114114
Parameters

0 commit comments

Comments
 (0)