Skip to content

Commit

Permalink
Merge pull request #33 from oliverandrich/bugfix_collections_abc_3_10
Browse files Browse the repository at this point in the history
Fix for deprecated import of Mapping ABC
  • Loading branch information
roman-right committed May 16, 2021
2 parents 6b257e8 + aa91b8c commit f871a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beanie/odm/operators/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import abstractmethod
from collections import Mapping
from collections.abc import Mapping
from copy import copy, deepcopy


Expand Down

0 comments on commit f871a4b

Please sign in to comment.