[arte.tv] Remove unused import
authorSergey M․ <dstftw@gmail.com>
Tue, 21 Oct 2014 14:06:24 +0000 (21:06 +0700)
committerSergey M․ <dstftw@gmail.com>
Tue, 21 Oct 2014 14:06:24 +0000 (21:06 +0700)
youtube_dl/extractor/arte.py

index 844a8f563921f4ea5b31db652bbee603ae541a92..b9a9440c09b85365a2997bd5feddbae017601c2d 100644 (file)
@@ -10,7 +10,6 @@ from ..utils import (
     unified_strdate,
     determine_ext,
     get_element_by_id,
-    compat_str,
     get_element_by_attribute,
     int_or_none,
 )