Browse Source

[viddler] PEP8

Philipp Hagemeister 10 years ago
parent
commit
4fe8495a23
1 changed files with 1 additions and 1 deletions
  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
 )