summaryrefslogtreecommitdiff
path: root/pint/errors.py
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2022-04-30 00:00:03 -0300
committerHernan <hernan.grecco@gmail.com>2022-05-07 18:36:27 -0300
commitd77a96655c2d2e8f877f9acbad39c409425df6c2 (patch)
tree44bae9d2e50e0419ae22dc44c091b2de03c8c188 /pint/errors.py
parent1b1022d74a74f1ef99ca760065fc0649c66e8728 (diff)
downloadpint-d77a96655c2d2e8f877f9acbad39c409425df6c2.tar.gz
Improved type checking consistency
Diffstat (limited to 'pint/errors.py')
-rw-r--r--pint/errors.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pint/errors.py b/pint/errors.py
index b1f8e51..22b55f0 100644
--- a/pint/errors.py
+++ b/pint/errors.py
@@ -8,6 +8,8 @@
:license: BSD, see LICENSE for more details.
"""
+from __future__ import annotations
+
OFFSET_ERROR_DOCS_HTML = "https://pint.readthedocs.io/en/latest/nonmult.html"
LOG_ERROR_DOCS_HTML = "https://pint.readthedocs.io/en/latest/nonmult.html"