We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9009dc9 commit 7dbd010Copy full SHA for 7dbd010
1 file changed
src/python_hiccup/transform/core.py
@@ -2,9 +2,10 @@
2
3
from collections import defaultdict
4
from collections.abc import Mapping, Sequence
5
+from collections.abc import Set as AbstractSet
6
from functools import reduce
7
-Item = str | set | Mapping | Sequence
8
+Item = str | AbstractSet | Mapping | Sequence
9
10
ATTRIBUTES = "attributes"
11
BOOLEAN_ATTRIBUTES = "boolean_attributes"
0 commit comments