Skip to content

Commit afd4314

Browse files
committed
remove unused import
1 parent ef1cab7 commit afd4314

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

unification/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import sys
22
from collections import deque
33
from collections.abc import Mapping, Sequence, Set
4-
from contextlib import suppress
54

65
__PY37 = sys.version_info >= (3, 7)
76

0 commit comments

Comments
 (0)