1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 01:49:30 +00:00

[ustream] Remove unused import

This commit is contained in:
Sergey M․ 2015-10-05 22:44:59 +06:00
parent f2a7ed77ef
commit 0bf219889e

View file

@ -1,6 +1,5 @@
from __future__ import unicode_literals
import json
import re
from .common import InfoExtractor