diff options
| author | Guido Imperiale <crusaderky@gmail.com> | 2019-12-03 17:58:17 +0000 |
|---|---|---|
| committer | Guido Imperiale <crusaderky@gmail.com> | 2019-12-03 17:58:17 +0000 |
| commit | 75eed2f1e8061582e77834b208911009ec2ba172 (patch) | |
| tree | db4ba112c8184d788c1de9a5607363b25949f020 /pint/pint_eval.py | |
| parent | 8d439c6f9c4b542e33aa5fad3fa47f3ed88040e2 (diff) | |
| download | pint-75eed2f1e8061582e77834b208911009ec2ba172.tar.gz | |
Auto stash before merge of "py27_cleanup" and "upstream/master"
Diffstat (limited to 'pint/pint_eval.py')
| -rw-r--r-- | pint/pint_eval.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pint/pint_eval.py b/pint/pint_eval.py index b198a40..d00cc8a 100644 --- a/pint/pint_eval.py +++ b/pint/pint_eval.py @@ -9,8 +9,6 @@ :license: BSD, see LICENSE for more details. """ -from decimal import Decimal -import math import operator import token as tokenlib |
