aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/commonprotocols.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/commonprotocols.py')
-rw-r--r--yt_dlp/extractor/commonprotocols.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/yt_dlp/extractor/commonprotocols.py b/yt_dlp/extractor/commonprotocols.py
index 3708c6ad2..e8f19b9e0 100644
--- a/yt_dlp/extractor/commonprotocols.py
+++ b/yt_dlp/extractor/commonprotocols.py
@@ -1,10 +1,5 @@
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
-from ..compat import (
- compat_urlparse,
-)
+from ..compat import compat_urlparse
class RtmpIE(InfoExtractor):