fix: imports to match v0.13 to python3.10

This commit is contained in:
jar3b 2021-11-05 18:10:25 +03:00
parent 824ec42005
commit dffcc0992d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import copy
import numbers
from collections import Hashable
from collections.abc import Hashable
from functools import partial
from bson import ObjectId, json_util

View File

@ -6,7 +6,7 @@ import socket
import time
import uuid
import warnings
from collections import Mapping
from collections.abc import Mapping
from operator import itemgetter
from bson import Binary, DBRef, ObjectId, SON