]> 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 57a7ed3a8a69406c2a61a9a0f38f819547dd9142..47c632a4e2e51f578b204c1a5bc5c24abafd31d7 100644 (file)
@@ -1,10 +1,13 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
 import unittest
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
 from test.helper import FakeYDL, is_download_test
 from yt_dlp.extractor import IqiyiIE