Commit 8901482c authored by Yuxin Wu's avatar Yuxin Wu

fix lint

parent 05ae7b5d
......@@ -44,7 +44,6 @@ class GradientProcessor(object):
with tf.name_scope(self._name_scope):
return self._process(grads)
@abstractmethod
def _process(self, grads):
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment