Remove unneeded six.moves import

This commit is contained in:
Reuben Morais 2020-03-31 13:57:44 +02:00
parent 2f68ed1001
commit c738d55012

View File

@ -5,15 +5,14 @@ import re
import tarfile import tarfile
import threading import threading
import unicodedata import unicodedata
import urllib
from glob import glob from glob import glob
from multiprocessing.pool import ThreadPool from multiprocessing.pool import ThreadPool
from os import makedirs, path from os import makedirs, path
import pandas import pandas
from bs4 import BeautifulSoup from bs4 import BeautifulSoup
from six.moves import urllib
from tensorflow.python.platform import gfile from tensorflow.python.platform import gfile
from deepspeech_training.util.downloader import maybe_download from deepspeech_training.util.downloader import maybe_download
"""The number of jobs to run in parallel""" """The number of jobs to run in parallel"""