mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-21 23:33:10 +00:00
[extractor/__init__] Remove unused import
This commit is contained in:
parent
c758bf9fd7
commit
5d8993b06a
1 changed files with 0 additions and 2 deletions
|
@ -560,8 +560,6 @@ from .zingmp3 import (
|
|||
ZingMp3AlbumIE,
|
||||
)
|
||||
|
||||
from ..utils import age_restricted
|
||||
|
||||
_ALL_CLASSES = [
|
||||
klass
|
||||
for name, klass in globals().items()
|
||||
|
|
Loading…
Reference in a new issue