]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[cleanup] Add more ruff rules (#10149)
[yt-dlp.git] / test / test_cache.py
index 4e4641ebad3e8955d60968fa5393815bf003cb07..ce1624b68b7ab2e3016f3290b77515de7b299409 100644 (file)
@@ -1,13 +1,15 @@
 #!/usr/bin/env python3
-import shutil
 
 # Allow direct execution
 import os
 import sys
 import unittest
+
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 
+import shutil
+
 from test.helper import FakeYDL
 from yt_dlp.cache import Cache