blob: 426f1d3316fe86c73b06db227d5b4a0292fefd5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- attrdict/mixins.py.orig 2019-02-01 22:18:30 UTC
+++ attrdict/mixins.py
@@ -2,7 +2,7 @@
Mixin Classes for Attr-support.
"""
from abc import ABCMeta, abstractmethod
-from collections import Mapping, MutableMapping, Sequence
+from collections.abc import Mapping, MutableMapping, Sequence
import re
import six
|