2
0
Эх сурвалжийг харах

[extractor/__init__] Remove unused import

Jaime Marquínez Ferrándiz 10 жил өмнө
parent
commit
5d8993b06a

+ 0 - 2
youtube_dl/extractor/__init__.py

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