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.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/yt_dlp/extractor/commonprotocols.py b/yt_dlp/extractor/commonprotocols.py
index 3708c6ad2..40475f7ec 100644
--- a/yt_dlp/extractor/commonprotocols.py
+++ b/yt_dlp/extractor/commonprotocols.py
@@ -1,6 +1,3 @@
-from __future__ import unicode_literals
-
-
from .common import InfoExtractor
from ..compat import (
compat_urlparse,