提交 171346e8 authored 作者: Saizheng Zhang's avatar Saizheng Zhang

fix flake8

上级 d20a47ae
...@@ -147,6 +147,8 @@ def print_global_stats(): ...@@ -147,6 +147,8 @@ def print_global_stats():
_profiler_printers = [] _profiler_printers = []
def register_profiler_printer(fct): def register_profiler_printer(fct):
_profiler_printers.append(fct) _profiler_printers.append(fct)
return fct return fct
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论