]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/postprocessor/__init__.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / yt_dlp / postprocessor / __init__.py
index bfe9df733b254d988a51f37dc85313e9d60cedf8..164540b5dbb7e4855730c89e12c15ae293fb24fb 100644 (file)
@@ -43,5 +43,5 @@ def get_postprocessor(key):
 
 
 globals().update(_PLUGIN_CLASSES)
-__all__ = [name for name in globals().keys() if name.endswith('PP')]
+__all__ = [name for name in globals() if name.endswith('PP')]
 __all__.extend(('PostProcessor', 'FFmpegPostProcessor'))