Browse Source

[viddler] PEP8

Philipp Hagemeister 11 năm trước cách đây
mục cha
commit
4fe8495a23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      youtube_dl/extractor/viddler.py

+ 1 - 1
youtube_dl/extractor/viddler.py

@@ -6,7 +6,7 @@ from ..utils import (
     int_or_none,
 )
 from ..compat import (
-   compat_urllib_request
+    compat_urllib_request
 )