Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vu-Hoang Phan committed Apr 6, 2021
1 parent db194f8 commit 46eef55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonpatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
import sys

try:
from collections.abc import Mapping, Sequence
from collections.abc import Sequence
except ImportError: # Python 3
from collections import Mapping, Sequence
from collections import Sequence

try:
from types import MappingProxyType
Expand Down

0 comments on commit 46eef55

Please sign in to comment.