Pylint issue fix
authorYong Tang <yong.tang.github@outlook.com>
Tue, 17 Apr 2018 01:22:02 +0000 (01:22 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Tue, 17 Apr 2018 01:22:02 +0000 (01:22 +0000)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/kernel_tests/confusion_matrix_test.py

index e05355a..9fe4dd0 100644 (file)
@@ -20,6 +20,7 @@ from __future__ import print_function
 
 import numpy as np
 from six.moves import xrange
+
 from tensorflow.python.framework import constant_op
 from tensorflow.python.framework import dtypes
 from tensorflow.python.framework import errors_impl