PEP8 applied
[youtube-dl] / youtube_dl / postprocessor / execafterdownload.py
index baf1b1945126776c3ad64dd72d65b9223ab845a0..09db43611a7c288e77c2cacaf96f266c541b2bbc 100644 (file)
@@ -26,4 +26,3 @@ class ExecAfterDownloadPP(PostProcessor):
                 'Command returned error code %d' % retCode)
 
         return None, information  # by default, keep file and do nothing
-