summaryrefslogtreecommitdiff
path: root/pint/util.py
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2023-04-24 21:16:13 -0300
committerHernan <hernan.grecco@gmail.com>2023-04-24 21:16:13 -0300
commitbd935fd679d642758e88f23ed42d528f7399da6e (patch)
treece7bc1369289b28f4644bf9a46e8628022f1762d /pint/util.py
parent276164cd399fe1a1437c5717abf54e39186d68b3 (diff)
downloadpint-bd935fd679d642758e88f23ed42d528f7399da6e.tar.gz
Run pre-commit run --all-files . Mostly removed empty lines
Diffstat (limited to 'pint/util.py')
-rw-r--r--pint/util.py1
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(