diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 22f31a340364f..80c27c585d810 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -16,7 +16,7 @@ import collections from collections import defaultdict -from collections import Iterable +from collections.abc import Iterable import contextlib from .wrapped_decorator import signature_safe_contextmanager, wrap_decorator import os