Import from collections.abc
Merged
requested to merge hruska-bugfix-#3-deprecation-warnings into hruska-feature-multiple-python-versions
Compare changes
+ 4
− 3
@@ -13,7 +13,8 @@ type definition.
@@ -13,7 +13,8 @@ type definition.
@@ -61,7 +62,7 @@ class TypedDictMetaclass(abc.ABCMeta):
@@ -61,7 +62,7 @@ class TypedDictMetaclass(abc.ABCMeta):
@@ -222,7 +223,7 @@ class TypedDict(collections.MutableMapping):
@@ -222,7 +223,7 @@ class TypedDict(collections.MutableMapping):