1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-19 03:29:32 +00:00

[extractor/__init__] Remove unused import

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-01-07 11:59:15 +01:00
parent c758bf9fd7
commit 5d8993b06a

View file

@ -560,8 +560,6 @@ from .zingmp3 import (
ZingMp3AlbumIE,
)
from ..utils import age_restricted
_ALL_CLASSES = [
klass
for name, klass in globals().items()