Skip to content

Commit

Permalink
Make pep8 happy!
Browse files Browse the repository at this point in the history
  • Loading branch information
chkoar committed Feb 3, 2020
1 parent 55d8f27 commit 92dab47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imblearn/utils/_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _gets_props(self, array):

def _transfrom(self, array, props):
type_ = props["type"].lower()
msg="Could not convert to {}".format(type_)
msg = "Could not convert to {}".format(type_)
if type_ == "list":
ret = array.tolist()
elif type_ == "dataframe":
Expand Down

0 comments on commit 92dab47

Please sign in to comment.