1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-22 15:57:23 +00:00

[glide] Remove unused import

This commit is contained in:
Sergey M․ 2016-09-01 23:46:58 +07:00
parent 8276d3b87a
commit f97ec8bcb9
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -2,7 +2,6 @@
from __future__ import unicode_literals
from .common import InfoExtractor
from ..utils import unified_strdate
class GlideIE(InfoExtractor):