]> jfr.im git - yt-dlp.git/blobdiff - devscripts/zsh-completion.py
[cleanup] Fix misc bugs (#8968)
[yt-dlp.git] / devscripts / zsh-completion.py
index 59faea06a2feb82cd821e18078f5016ca5d3cd89..267af5f6ec7fad627ef82c018ee8a1c51b6a0ce1 100755 (executable)
@@ -1,9 +1,12 @@
 #!/usr/bin/env python3
+
+# Allow direct execution
 import os
 import sys
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
 import yt_dlp
 
 ZSH_COMPLETION_FILE = "completions/zsh/_yt-dlp"