Skip to content

Commit

Permalink
Merge pull request #128 from oscargus/removeddeprecatedimport
Browse files Browse the repository at this point in the history
PR: Fix deprecated import
  • Loading branch information
ccordoba12 committed Jul 25, 2019
2 parents 41b8300 + de52b06 commit 9216d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_kernels/py3compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
from sys import maxsize
import io
import pickle
from collections import MutableMapping
from collections.abc import MutableMapping
import _thread
import reprlib
import queue as Queue
Expand Down

0 comments on commit 9216d7f

Please sign in to comment.