diff --git a/polyglotdb/pgdb.py b/polyglotdb/pgdb.py index 5f8b5a9..624ac51 100644 --- a/polyglotdb/pgdb.py +++ b/polyglotdb/pgdb.py @@ -7,9 +7,7 @@ import configparser import subprocess import signal -import platform from urllib.request import urlretrieve -import requests from tqdm import tqdm