Remove unused import.

Flake8 caught this one.
This commit is contained in:
Michael Shepanski 2019-02-06 18:47:35 -05:00 committed by GitHub
parent accb09202b
commit 6d135a7848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import re
import requests
import time
import zipfile
from datetime import datetime, timedelta
from datetime import datetime
from getpass import getpass
from threading import Thread, Event
from tqdm import tqdm