]> jfr.im git - yt-dlp.git/blobdiff - test/test_verbose_output.py
[ie/mlbtv] Fix extraction (#10296)
[yt-dlp.git] / test / test_verbose_output.py
index 6579940740a23201cfe3bf522c66a5ca58ad4484..21ce10a1fbf345de3b13e327115d2681507a3bfa 100644 (file)
@@ -1,11 +1,15 @@
 #!/usr/bin/env python3
+
+# Allow direct execution
 import os
-import subprocess
 import sys
 import unittest
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
+
+import subprocess
+
 rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))