]> jfr.im git - yt-dlp.git/blobdiff - test/test_download.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_download.py
index b82f174bb0f3c44210c90fbaad22a214c0544543..b98ddebcbedbb89d667d26f844ded008855604f6 100755 (executable)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -8,10 +9,10 @@
 
 
 import hashlib
+import http.client
 import json
 import socket
 import urllib.error
-import http.client
 
 from test.helper import (
     assertGreaterEqual,
@@ -23,6 +24,7 @@
     report_warning,
     try_rm,
 )
+
 import yt_dlp.YoutubeDL  # isort: split
 from yt_dlp.compat import compat_HTTPError
 from yt_dlp.extractor import get_info_extractor