aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/downloader/fragment.py
diff options
context:
space:
mode:
authorRemita Amine <remitamine@gmail.com>2017-04-22 18:19:47 +0100
committerRemita Amine <remitamine@gmail.com>2017-04-22 18:19:47 +0100
commit4abdba643cc2d610fbbfe7ece9ee97a3df98ad33 (patch)
tree1d0b92f76cdbb291752dc4cb37c753304c556abc /youtube_dl/downloader/fragment.py
parent3e0304fe6e3a194cfb04f21aa261effb0850da40 (diff)
downloadyoutube-dl-4abdba643cc2d610fbbfe7ece9ee97a3df98ad33.tar.xz
[downloader/fragment] remove unused code
Diffstat (limited to 'youtube_dl/downloader/fragment.py')
-rw-r--r--youtube_dl/downloader/fragment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/downloader/fragment.py b/youtube_dl/downloader/fragment.py
index 6c02cfc98..0a3b1ece0 100644
--- a/youtube_dl/downloader/fragment.py
+++ b/youtube_dl/downloader/fragment.py
@@ -12,7 +12,6 @@ from ..utils import (
encodeFilename,
sanitize_open,
sanitized_Request,
- compat_str,
)