PEP8: fix line length

This commit is contained in:
Joris Van den Bossche 2016-11-30 16:17:51 +01:00
parent 1efa51c05e
commit 87beca3d0d
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ def hash_object_array(ndarray[object] arr, object key, object encoding='utf8'):
data = <bytes>str(val).encode(encoding)
else:
raise TypeError("{} of type {} is not a valid type for "
"hashing, must be string or null".format(val, type(val)))
raise TypeError("{} of type {} is not a valid type for hashing, "
"must be string or null".format(val, type(val)))
l = len(data)
lens[i] = l