aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/test
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-05-17 18:03:04 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-05-17 18:03:04 +0000
commita920b0439032ea21ad0fcc392f3914a6506ba0b9 (patch)
tree2f5fa7fdac02a8bd03b3cc59536aecdcb6e0b6bb /tensorflow/tools/test
parentd8f9538ab48e3c677aaf532769d29bc29a05b76e (diff)
Remove duplicate `from six import text_type` in upload_test_benchmarks.py
The `from six import text_type` was imported twice in upload_test_benchmarks.py, this fix removes the duplication. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/tools/test')
-rw-r--r--tensorflow/tools/test/upload_test_benchmarks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/test/upload_test_benchmarks.py b/tensorflow/tools/test/upload_test_benchmarks.py
index 9c45359ee1..c030575109 100644
--- a/tensorflow/tools/test/upload_test_benchmarks.py
+++ b/tensorflow/tools/test/upload_test_benchmarks.py
@@ -89,7 +89,6 @@ import shutil
from six import text_type
from google.cloud import datastore
-from six import text_type
def is_real_file(dirpath, fname):