]> jfr.im git - yt-dlp.git/blobdiff - test/test_YoutubeDL.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_YoutubeDL.py
index 1153881e946210ae036603c6b1513340bfd27478..44e8f2917b8a89ea32a3e8e10a45b8f35a2defce 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -6,6 +7,7 @@
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
 import copy
 import json
 import urllib.error