diff options
Diffstat (limited to 'python/intex/common.py')
| -rw-r--r-- | python/intex/common.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/intex/common.py b/python/intex/common.py index 65bae4a0..db7f5e89 100644 --- a/python/intex/common.py +++ b/python/intex/common.py @@ -1,6 +1,3 @@ -import os - - def sanitize_float(intex_float): try: intex_float = intex_float.replace(",", "") |
