diff options
Diffstat (limited to 'yt_dlp/compat/functools.py')
-rw-r--r-- | yt_dlp/compat/functools.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/yt_dlp/compat/functools.py b/yt_dlp/compat/functools.py index 96689575f..c2e9e9027 100644 --- a/yt_dlp/compat/functools.py +++ b/yt_dlp/compat/functools.py @@ -5,8 +5,3 @@ from .compat_utils import passthrough_module passthrough_module(__name__, 'functools') del passthrough_module - -try: - _ = cache # >= 3.9 -except NameError: - cache = lru_cache(maxsize=None) |