Remove duplicate `from six import text_type` in upload_test_benchmarks.py
authorYong Tang <yong.tang.github@outlook.com>
Thu, 17 May 2018 18:03:04 +0000 (18:03 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Thu, 17 May 2018 18:03:04 +0000 (18:03 +0000)
commita920b0439032ea21ad0fcc392f3914a6506ba0b9
tree2f5fa7fdac02a8bd03b3cc59536aecdcb6e0b6bb
parentd8f9538ab48e3c677aaf532769d29bc29a05b76e
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>
tensorflow/tools/test/upload_test_benchmarks.py