diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 22f31a340364f931f98979af7d2c6b1f680f837e..80c27c585d810418b8b0029a98123dbab8a7337b 100644 --- a/python/paddle/fluid/framework.py +++ b/python/paddle/fluid/framework.py @@ -16,7 +16,7 @@ from __future__ import print_function 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