Browse Source

Fix indents

blissland 10 years ago
parent
commit
bc08873cff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      youtube_dl/extractor/bild.py

+ 2 - 2
youtube_dl/extractor/bild.py

@@ -3,8 +3,8 @@ from __future__ import unicode_literals
 
 
 from .common import InfoExtractor
 from .common import InfoExtractor
 from ..utils import (
 from ..utils import (
-  int_or_none,
-  fix_xml_ampersands,
+    int_or_none,
+    fix_xml_ampersands,
 )
 )