提交 0c0c9f91 authored 作者: Frederic's avatar Frederic

fix long line.

上级 ccf4f75f
...@@ -100,7 +100,9 @@ class Optimizer(object): ...@@ -100,7 +100,9 @@ class Optimizer(object):
def print_profile(self, prof): def print_profile(self, prof):
if prof is not None: if prof is not None:
raise NotImplementedError("The function print_profile must be overrided if the optimizer return profiling information.") raise NotImplementedError(
"The function print_profile must be overrided if the"
" optimizer return profiling information.")
class FromFunctionOptimizer(Optimizer): class FromFunctionOptimizer(Optimizer):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论