提交 287d6667 authored 作者: Frederic Bastien's avatar Frederic Bastien

flake8

上级 57756a29
...@@ -7,7 +7,6 @@ types that it can raise. ...@@ -7,7 +7,6 @@ types that it can raise.
from __future__ import absolute_import, print_function, division from __future__ import absolute_import, print_function, division
from collections import OrderedDict from collections import OrderedDict
import time import time
import traceback
import theano import theano
from theano.gof import graph from theano.gof import graph
...@@ -16,7 +15,6 @@ from theano.gof import toolbox ...@@ -16,7 +15,6 @@ from theano.gof import toolbox
from theano import config from theano import config
from six import iteritems, itervalues from six import iteritems, itervalues
from six.moves import StringIO
from theano.gof.utils import get_variable_trace_string from theano.gof.utils import get_variable_trace_string
from theano.misc.ordered_set import OrderedSet from theano.misc.ordered_set import OrderedSet
NullType = None NullType = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论