aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/cache.py')
-rw-r--r--yt_dlp/cache.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/yt_dlp/cache.py b/yt_dlp/cache.py
index f93ef85e7..0cac3ee88 100644
--- a/yt_dlp/cache.py
+++ b/yt_dlp/cache.py
@@ -6,10 +6,7 @@ import shutil
import traceback
from .compat import compat_getenv
-from .utils import (
- expand_path,
- write_json_file,
-)
+from .utils import expand_path, write_json_file
class Cache: