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>
This commit is contained in:
Yong Tang 2018-05-17 18:03:04 +00:00
parent d8f9538ab4
commit a920b04390

View File

@ -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):