PEP8 applied
[youtube-dl] / devscripts / gh-pages / update-feed.py
index 0ba15ae0f7c83a4eb2ac6b2b56aeb72d55b3a951..46373a8dbdc750a7769bbbad455cb4b7a1ca1bb7 100755 (executable)
@@ -73,4 +73,3 @@ atom_template = atom_template.replace('@ENTRIES@', entries_str)
 
 with io.open('update/releases.atom', 'w', encoding='utf-8') as atom_file:
     atom_file.write(atom_template)
-