]> jfr.im git - yt-dlp.git/blobdiff - test/test_youtube_signature.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_youtube_signature.py
index 2c2013295ced1a91091f2d4a15e7379cf65c807e..56304772b403afc51c5915e6aa136a42fdaddfaa 100644 (file)
@@ -1,17 +1,19 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
-import contextlib
 import os
 import sys
 import unittest
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
+import contextlib
 import re
 import string
 import urllib.request
-from test.helper import FakeYDL, is_download_test
 
+from test.helper import FakeYDL, is_download_test
 from yt_dlp.compat import compat_str
 from yt_dlp.extractor import YoutubeIE
 from yt_dlp.jsinterp import JSInterpreter