From 1e4e6a364eefc6ae6664c8b0c19de9e242fbf241 Mon Sep 17 00:00:00 2001 From: huzhiqiang <912790387@qq.com> Date: Fri, 18 Jun 2021 16:39:21 +0800 Subject: [PATCH] update py head file (#33653) --- python/paddle/fluid/framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/fluid/framework.py b/python/paddle/fluid/framework.py index 22f31a34036..80c27c585d8 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 -- GitLab