Merge branch 'develop' into refactor-contrib
This commit is contained in:
commit
0f3b96886c
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ be out of sync with the database.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
from functools import update_wrapper
|
from functools import update_wrapper
|
||||||
from collections import defaultdict, MutableSequence, MutableSet, MutableMapping
|
from collections import deque, OrderedDict, defaultdict
|
||||||
from collections import OrderedDict, deque
|
from collections.abc import MutableSequence, MutableSet, MutableMapping
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from pickle import dumps, loads
|
from pickle import dumps, loads
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue