未验证 提交 94a8177f 编写于 作者: A Aurelius84 提交者: GitHub

[Dy2St]Ignore os as not to_static module (#52715)

上级 1bc00955
......@@ -17,6 +17,7 @@ import copy
import functools
import inspect
import logging
import os
import pdb
import re
from typing import Any, List
......@@ -79,13 +80,14 @@ def builtin_modules():
Return builtin modules.
"""
modules = [
collections,
pdb,
copy,
collections,
inspect,
re,
numpy,
logging,
numpy,
os,
pdb,
re,
]
try:
import six
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册