Skip to content

Commit 92dab47

Browse files
author
chkoar
committed
Make pep8 happy!
1 parent 55d8f27 commit 92dab47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imblearn/utils/_validation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def _gets_props(self, array):
4949

5050
def _transfrom(self, array, props):
5151
type_ = props["type"].lower()
52-
msg="Could not convert to {}".format(type_)
52+
msg = "Could not convert to {}".format(type_)
5353
if type_ == "list":
5454
ret = array.tolist()
5555
elif type_ == "dataframe":

0 commit comments

Comments
 (0)