]> jfr.im git - yt-dlp.git/blobdiff - test/test_write_annotations.py.disabled
[test:download] Raise on network errors (#10283)
[yt-dlp.git] / test / test_write_annotations.py.disabled
index cca60561f510842593698f4b248e0d1361c2fc43..c7cf199f6c89f5163dd051775db18a4e952fc957 100644 (file)
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
 import sys
@@ -6,11 +7,12 @@ import unittest
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
 import xml.etree.ElementTree
-from test.helper import get_params, is_download_test, try_rm
 
 import yt_dlp.extractor
 import yt_dlp.YoutubeDL
+from test.helper import get_params, is_download_test, try_rm
 
 
 class YoutubeDL(yt_dlp.YoutubeDL):