Update coding style after pycodestyle 2.1.0
[youtube-dl] / youtube_dl / __init__.py
index af99cf1c03222a3ab12a98823632fa60b960431f..6850d95e1ff359453571a6ac635d6ffa99ae038f 100644 (file)
@@ -449,4 +449,5 @@ def main(argv=None):
     except KeyboardInterrupt:
         sys.exit('\nERROR: Interrupted by user')
 
+
 __all__ = ['main', 'YoutubeDL', 'gen_extractors', 'list_extractors']