1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-05-24 22:35:24 +00:00

Remove unused imports

This commit is contained in:
Philipp Hagemeister
2014-09-28 10:50:43 +02:00
parent c841789772
commit 51ee08c4bb
4 changed files with 0 additions and 6 deletions
-2
View File
@@ -1,8 +1,6 @@
# coding: utf-8
from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import (
compat_urlparse,