Skip to content

Commit e66dea2

Browse files
committed
An attempt to make the code Python 3.8 compatible
1 parent 0044921 commit e66dea2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pipeline/src/properties.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
from datetime import datetime, date
88
from collections import defaultdict
9-
from collections.abc import Iterable
10-
from typing import Optional, Union
9+
from typing import Optional, Union, Iterable
1110

1211
from .registry import lookup
1312
from .base import Node, IRI, Link, Node

0 commit comments

Comments
 (0)