Remove unused import
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Jun 2014 21:14:04 +0000 (23:14 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Jun 2014 21:14:04 +0000 (23:14 +0200)
youtube_dl/extractor/hypem.py

index 6a95da90027e0917e9f431667e6f605dbff93a63..6d0d847c6d3461a02c6eab71b24848247e9678ab 100644 (file)
@@ -6,7 +6,6 @@ import time
 
 from .common import InfoExtractor
 from ..utils import (
-    compat_str,
     compat_urllib_parse,
     compat_urllib_request,