Pylint fix
authorYong Tang <yong.tang.github@outlook.com>
Wed, 18 Apr 2018 01:25:32 +0000 (01:25 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Wed, 18 Apr 2018 17:37:38 +0000 (17:37 +0000)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/kernel_tests/py_func_test.py

index 5280b80..e0eeee1 100644 (file)
@@ -62,6 +62,7 @@ class PyFuncTest(test.TestCase):
         y = constant_op.constant(2, dtype=dtype)
         z = self.evaluate(script_ops.py_func(sum_func, [x, y], dtype))
         self.assertEqual(z, dtype(3))
+
   def testComplexDataTypes(self):
     def sum_func(x, y):
       return x + y