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:
parent
d8f9538ab4
commit
a920b04390
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user