Browse Source

[extractor/__init__] Remove unused import

Jaime Marquínez Ferrándiz 11 năm trước cách đây
mục cha
commit
5d8993b06a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      youtube_dl/extractor/__init__.py

+ 0 - 2
youtube_dl/extractor/__init__.py

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