diff --git a/plwn/download.py b/plwn/download.py
index 7a6c42fd4cb18ed1b7dbdb6bed45e72cf66544c4..037039bf5b88cf121ec6bd3d338c027cc8481100 100644
--- a/plwn/download.py
+++ b/plwn/download.py
@@ -1,11 +1,6 @@
 """Implementation of download method."""
 import os
-import xml.etree.ElementTree as ET
-import re
-
 import requests
-from six.moves.urllib.request import urlopen
-from six.moves import configparser
 
 config = configparser.ConfigParser()
 config_path = os.path.join(os.path.dirname(