summaryrefslogtreecommitdiff
path: root/pint/pint_eval.py
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 19:44:20 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 19:44:20 -0300
commitb63697287ba1e5de7300890ea4c03b8781b04863 (patch)
tree0eb5db03beef71ddfb5a094521034b9f0b212b5b /pint/pint_eval.py
parent10f69c4870ef9acda1b5dd21f2bf87f15855d3ea (diff)
downloadpint-b63697287ba1e5de7300890ea4c03b8781b04863.tar.gz
Run pyupgrade --py39-plus in all files except _vendor
Diffstat (limited to 'pint/pint_eval.py')
-rw-r--r--pint/pint_eval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/pint_eval.py b/pint/pint_eval.py
index 2054260..4b5b84c 100644
--- a/pint/pint_eval.py
+++ b/pint/pint_eval.py
@@ -124,7 +124,7 @@ class EvalTreeNode:
return define_op(self.left)
-from typing import Iterable
+from collections.abc import Iterable
def build_eval_tree(