Closed jamesls closed 7 years ago
Instead just try to parse the number as an int, and if that fails try float() before returning None.
Fixes #120.
Instead just try to parse the number as an int, and if that fails try float() before returning None.
Fixes #120.