提交 3b5bd372 authored 作者: Virgile Andreani's avatar Virgile Andreani 提交者: Ricardo Vieira

Remove OrderedDict from graph/features

上级 103e33d5
......@@ -2,7 +2,6 @@ import inspect
import sys
import time
import warnings
from collections import OrderedDict
from functools import partial
from io import StringIO
......@@ -324,7 +323,7 @@ class Feature:
might be broken for all intents and purposes.
"""
return OrderedDict()
return {}
def clone(self):
"""Create a clone that can be attached to a new `FunctionGraph`.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论