Skip to content

Commit

Permalink
update py head file (#33653)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyIsFunny authored Jun 18, 2021
1 parent c3008e7 commit 1e4e6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e4e6a3

Please sign in to comment.