]> jfr.im git - yt-dlp.git/blobdiff - test/test_iqiyi_sdk_interpreter.py
[build] Exclude `requests` from `py2exe` (#9982)
[yt-dlp.git] / test / test_iqiyi_sdk_interpreter.py
index 4b82b71874446701b50c31fae698c6acb0d403b7..47c632a4e2e51f578b204c1a5bc5c24abafd31d7 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -6,8 +7,8 @@
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-from test.helper import FakeYDL, is_download_test
 
+from test.helper import FakeYDL, is_download_test
 from yt_dlp.extractor import IqiyiIE