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 ef1cab7 commit afd4314Copy full SHA for afd4314
unification/utils.py
@@ -1,7 +1,6 @@
1
import sys
2
from collections import deque
3
from collections.abc import Mapping, Sequence, Set
4
-from contextlib import suppress
5
6
__PY37 = sys.version_info >= (3, 7)
7
0 commit comments