]> jfr.im git - yt-dlp.git/blobdiff - test/test_write_annotations.py.disabled
[build] Exclude `requests` from `py2exe` (#9982)
[yt-dlp.git] / test / test_write_annotations.py.disabled
index 4173fd09d10354a432e1784c74c277233dfd5ce3..c7cf199f6c89f5163dd051775db18a4e952fc957 100644 (file)
@@ -1,19 +1,18 @@
 #!/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 get_params, try_rm, is_download_test
 
+sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
-import io
 
 import xml.etree.ElementTree
 
-import yt_dlp.YoutubeDL
 import yt_dlp.extractor
+import yt_dlp.YoutubeDL
+from test.helper import get_params, is_download_test, try_rm
 
 
 class YoutubeDL(yt_dlp.YoutubeDL):