Skip to content

Commit 46eef55

Browse files
author
Vu-Hoang Phan
committed
remove unused import
1 parent db194f8 commit 46eef55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonpatch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
import sys
4242

4343
try:
44-
from collections.abc import Mapping, Sequence
44+
from collections.abc import Sequence
4545
except ImportError: # Python 3
46-
from collections import Mapping, Sequence
46+
from collections import Sequence
4747

4848
try:
4949
from types import MappingProxyType

0 commit comments

Comments
 (0)