We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0044921 commit e66dea2Copy full SHA for e66dea2
1 file changed
pipeline/src/properties.py
@@ -6,8 +6,7 @@
6
7
from datetime import datetime, date
8
from collections import defaultdict
9
-from collections.abc import Iterable
10
-from typing import Optional, Union
+from typing import Optional, Union, Iterable
11
12
from .registry import lookup
13
from .base import Node, IRI, Link, Node
0 commit comments