]> jfr.im git - yt-dlp.git/blobdiff - test/test_cache.py
[cleanup] Sort imports
[yt-dlp.git] / test / test_cache.py
index 4e4641ebad3e8955d60968fa5393815bf003cb07..14e54ba2047bc3aa6a51975ab746eb61801b79d5 100644 (file)
@@ -1,14 +1,15 @@
 #!/usr/bin/env python3
-import shutil
-
 # 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
+
 from yt_dlp.cache import Cache