fix: imports to match v0.13 to python3.10
This commit is contained in:
parent
824ec42005
commit
dffcc0992d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user