diff options
author | Hernan <hernan.grecco@gmail.com> | 2023-04-24 21:16:13 -0300 |
---|---|---|
committer | Hernan <hernan.grecco@gmail.com> | 2023-04-24 21:16:13 -0300 |
commit | bd935fd679d642758e88f23ed42d528f7399da6e (patch) | |
tree | ce7bc1369289b28f4644bf9a46e8628022f1762d /pint/util.py | |
parent | 276164cd399fe1a1437c5717abf54e39186d68b3 (diff) | |
download | pint-bd935fd679d642758e88f23ed42d528f7399da6e.tar.gz |
Run pre-commit run --all-files . Mostly removed empty lines
Diffstat (limited to 'pint/util.py')
-rw-r--r-- | pint/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pint/util.py b/pint/util.py index e5520b8..f925a01 100644 --- a/pint/util.py +++ b/pint/util.py @@ -571,7 +571,6 @@ class ParserHelper(UnitsContainer): @classmethod def eval_token(cls, token, use_decimal=False, non_int_type=float): - # TODO: remove this code when use_decimal is deprecated if use_decimal: raise DeprecationWarning( |