Explorar o código

[viddler] PEP8

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
4fe8495a23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 )