PEP8 applied
[youtube-dl] / youtube_dl / postprocessor / xattrpp.py
index b5cae41c8cd061a494a722c1db4261e3eca597b8..d1991c4f8e0b6c02d9a9ac36c11cc5009ee3ed85 100644 (file)
@@ -108,4 +108,3 @@ class XAttrMetadataPP(PostProcessor):
         except (subprocess.CalledProcessError, OSError):
             self._downloader.report_error("This filesystem doesn't support extended attributes. (You may have to enable them in your /etc/fstab)")
             return False, info
-