summaryrefslogtreecommitdiff
path: root/pint/facets/system/objects.py
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-01 19:20:56 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-01 19:20:56 -0300
commitb1c01862a3811f77cca726675b52a32418c4d853 (patch)
treee4094cea77cd6b9f00515328a2b7fb5993dcf02e /pint/facets/system/objects.py
parentd0442e776bff3053ef900143cd64facf173e1650 (diff)
downloadpint-b1c01862a3811f77cca726675b52a32418c4d853.tar.gz
Run pyupgrade --py39-plus
Diffstat (limited to 'pint/facets/system/objects.py')
-rw-r--r--pint/facets/system/objects.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pint/facets/system/objects.py b/pint/facets/system/objects.py
index 7af65a6..69b1c84 100644
--- a/pint/facets/system/objects.py
+++ b/pint/facets/system/objects.py
@@ -11,7 +11,8 @@ from __future__ import annotations
import numbers
-from typing import Any, Iterable
+from typing import Any
+from collections.abc import Iterable
from ..._typing import Self