]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[cleanup] Consistent style for file heads
[yt-dlp.git] / test / test_cache.py
index 14e54ba2047bc3aa6a51975ab746eb61801b79d5..ce1624b68b7ab2e3016f3290b77515de7b299409 100644 (file)
@@ -1,15 +1,16 @@
 #!/usr/bin/env python3
+
 # Allow direct execution
 import os
-import shutil
 import sys
 import unittest
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
-from test.helper import FakeYDL
+import shutil
 
+from test.helper import FakeYDL
 from yt_dlp.cache import Cache