Skip to content

Commit

Permalink
FIX PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Lemaitre committed Apr 6, 2017
1 parent 9093cd1 commit 46a9f02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions imblearn/datasets/zenodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@


def fetch_datasets(data_home=None,
filter_data=None,
download_if_missing=True,
random_state=None,
shuffle=False):
filter_data=None,
download_if_missing=True,
random_state=None,
shuffle=False):
"""Load the benchmark datasets from Zenodo, downloading it if necessary.
Parameters
Expand Down

0 comments on commit 46a9f02

Please sign in to comment.