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

[wayofthemaster] Remove unused import

This commit is contained in:
Philipp Hagemeister 2014-08-24 04:18:09 +02:00
parent e5402ac120
commit 54036b3991

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
import re
from .common import InfoExtractor
from ..utils import determine_ext
class WayOfTheMasterIE(InfoExtractor):