]> jfr.im git - yt-dlp.git/blobdiff - test/test_YoutubeDLCookieJar.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_YoutubeDLCookieJar.py
index 6280e1f2cbfabc679162d6d1a5039b818b05cc64..0d4e7dc97c482504e2f3402bdfaee1b48fa62a62 100644 (file)
@@ -1,12 +1,16 @@
 #!/usr/bin/env python3
+
+# Allow direct execution
 import os
-import re
 import sys
-import tempfile
 import unittest
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
+import re
+import tempfile
+
 from yt_dlp.utils import YoutubeDLCookieJar