mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Import MutableSet from colections.abc to circumvent DeprecationWarning
This commit is contained in:
parent
4f48345fa2
commit
c8cc3a680f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
import itertools
|
||||
|
||||
from collections import ChainMap, MutableSet
|
||||
from collections.abc import MutableMapping, MutableSequence
|
||||
from collections import ChainMap
|
||||
from collections.abc import MutableMapping, MutableSequence, MutableSet
|
||||
|
||||
|
||||
class ChainDBDefaultType(object):
|
||||
|
|
Loading…
Add table
Reference in a new issue