提交 3303c991 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Flake8 fix.

上级 a591990a
...@@ -1787,7 +1787,6 @@ class _VariableEquivalenceTracker(object): ...@@ -1787,7 +1787,6 @@ class _VariableEquivalenceTracker(object):
default_make_thunk = [get_unbound_function(theano.gof.Op.make_thunk)] default_make_thunk = [get_unbound_function(theano.gof.Op.make_thunk)]
# Debug mode cheats and initializes the linker in a different way in # Debug mode cheats and initializes the linker in a different way in
# its maker so we can cheat some more by having a linker to satisfy # its maker so we can cheat some more by having a linker to satisfy
# the external requirements of the .linker attribute of a mode # the external requirements of the .linker attribute of a mode
......
...@@ -7,7 +7,6 @@ import numpy ...@@ -7,7 +7,6 @@ import numpy
import theano import theano
from theano import gof from theano import gof
from theano.compat import izip from theano.compat import izip
from theano.compat import get_unbound_function
from six import iteritems from six import iteritems
from six.moves import xrange from six.moves import xrange
from theano.gof import Apply, Op, OpenMPOp from theano.gof import Apply, Op, OpenMPOp
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论