cleared spaces

This commit is contained in:
William Falcon
2020-01-21 14:03:38 -05:00
parent 95df5e73d9
commit 5e38ab259e
+1
View File
@@ -1234,6 +1234,7 @@ def convert(val):
return False
for c in constructors:
try:
return c(val)
except ValueError: