PEP8 applied
[youtube-dl] / devscripts / gh-pages / update-sites.py
index 153e15c8ab674f44e3681e5440c9372634b272d8..0d526784d2c9bb7eae459d2da9f7a620502500a5 100755 (executable)
@@ -9,6 +9,7 @@ sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(
 
 import youtube_dl
 
+
 def main():
     with open('supportedsites.html.in', 'r', encoding='utf-8') as tmplf:
         template = tmplf.read()