From 40bca5f92780586f0de085f718bb2aa9ee94b6fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergey=20M=E2=80=A4?= <dstftw@gmail.com>
Date: Tue, 21 Oct 2014 21:06:24 +0700
Subject: [PATCH] [arte.tv] Remove unused import

---
 youtube_dl/extractor/arte.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/youtube_dl/extractor/arte.py b/youtube_dl/extractor/arte.py
index 844a8f5639..b9a9440c09 100644
--- a/youtube_dl/extractor/arte.py
+++ b/youtube_dl/extractor/arte.py
@@ -10,7 +10,6 @@ from ..utils import (
     unified_strdate,
     determine_ext,
     get_element_by_id,
-    compat_str,
     get_element_by_attribute,
     int_or_none,
 )