]> jfr.im git - yt-dlp.git/blobdiff - test/test_overwrites.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_overwrites.py
index a6d5bae40d4e48f80cc554ff999ce803967bd1e0..6954c07f90f9506e1992e17374c51b1d497f3a98 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
+
 from test.helper import is_download_test, try_rm
 
 root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))