提交 2101532f 编写于 作者: T tangwei

add codestyle travis

上级 ba323977
......@@ -52,7 +52,6 @@ def get_inters_from_yaml(file, filter):
flattens = envs.flatten_environs(_envs)
inters = {}
for k, v in flattens.items():
if k.startswith(filter):
inters[k] = v
......@@ -70,7 +69,9 @@ def get_engine(args):
raise ValueError("train.engin can not be chosen in {}".format(engine_choices))
print("engines: \n{}".format(engines))
run_engine = engines[transpiler].get(engine, None)
return run_engine
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册