Merge branch 'develop' into refactor-contrib

This commit is contained in:
Griatch 2022-01-06 22:30:56 +01:00
commit 0f3b96886c

View file

@ -19,8 +19,8 @@ be out of sync with the database.
"""
from functools import update_wrapper
from collections import defaultdict, MutableSequence, MutableSet, MutableMapping
from collections import OrderedDict, deque
from collections import deque, OrderedDict, defaultdict
from collections.abc import MutableSequence, MutableSet, MutableMapping
try:
from pickle import dumps, loads