summaryrefslogtreecommitdiff
path: root/pint/facets/system/objects.py
diff options
context:
space:
mode:
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