提交 0f23609e authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix flake8

上级 e482cafd
from __future__ import print_function
import linecache
import traceback
import sys
import numpy
......@@ -99,7 +98,7 @@ def add_tag_trace(thing, user_line=None):
"theano/sandbox/", "theano\\sandbox\\",
"theano/scan_module/", "theano\\scan_module\\",
"theano/sparse/", "theano\\sparse\\",
"theano/typed_list/", "theano\\typed_list\\",]
"theano/typed_list/", "theano\\typed_list\\"]
tr = simple_extract_stack(limit=user_line, skips=skips)
# Different python version use different sementic for
# limit. python 2.7 include the call to extrack_stack. The -1 get
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论