From f95a92b3d0169a784ee15a138fbe09d82b2754a1 Mon Sep 17 00:00:00 2001 From: sepro Date: Sun, 17 Nov 2024 00:24:11 +0100 Subject: [cleanup] Deprecate more compat functions (#11439) Authored by: seproDev --- yt_dlp/compat/functools.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 yt_dlp/compat/functools.py (limited to 'yt_dlp/compat/functools.py') diff --git a/yt_dlp/compat/functools.py b/yt_dlp/compat/functools.py deleted file mode 100644 index c2e9e9027..000000000 --- a/yt_dlp/compat/functools.py +++ /dev/null @@ -1,7 +0,0 @@ -# flake8: noqa: F405 -from functools import * # noqa: F403 - -from .compat_utils import passthrough_module - -passthrough_module(__name__, 'functools') -del passthrough_module -- cgit v1.2.3