[extractor/common] Remove unused import
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Oct 2015 10:39:23 +0000 (12:39 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sat, 24 Oct 2015 10:39:23 +0000 (12:39 +0200)
youtube_dl/extractor/common.py

index 720033ddf04347caefd22e031466708f74c793b8..04b6999729b19b75bce6a308380c41cb429f971d 100644 (file)
@@ -16,7 +16,6 @@ from ..compat import (
     compat_cookiejar,
     compat_cookies,
     compat_getpass,
-    compat_HTTPError,
     compat_http_client,
     compat_urllib_error,
     compat_urllib_parse,