]> jfr.im git - yt-dlp.git/blobdiff - test/test_execution.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_execution.py
index 6efd432e971156f27eaa5bb7f9e1339531969207..1d15fddabc3df45f2eac0c83f23f36dd7b333d0c 100644 (file)
@@ -1,12 +1,16 @@
 #!/usr/bin/env python3
-import contextlib
+
+# 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 contextlib
+import subprocess
+
 from yt_dlp.utils import encodeArgument
 
 rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))