]> jfr.im git - yt-dlp.git/blobdiff - devscripts/bash-completion.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / devscripts / bash-completion.py
index 268e8a2aee8d229ff2f2af3d2ef709e2c14f6738..9b4a9d4e2f4b196158a8f28141c83301776fa76e 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
 
 BASH_COMPLETION_FILE = "completions/bash/yt-dlp"