diff --git a/specio/core/format.py b/specio/core/format.py index 371ebbc..d64f275 100644 --- a/specio/core/format.py +++ b/specio/core/format.py @@ -7,7 +7,7 @@ from __future__ import print_function import os -from collections import Iterable +from collections.abc import Iterable from warnings import warn from six import string_types