diff --git a/test/test_freeze.py b/test/test_freeze.py index 9a1f55a..6b5445d 100644 --- a/test/test_freeze.py +++ b/test/test_freeze.py @@ -2,7 +2,7 @@ import frozendict as cool from frozendict import frozendict from collections import OrderedDict -from collections.abc import MutableSequence, Sequence, Iterable +from collections.abc import MutableSequence, Sequence from array import array from types import MappingProxyType from frozendict import FreezeError, FreezeWarning