diff options
Diffstat (limited to 'yt_dlp/compat/asyncio.py')
-rw-r--r-- | yt_dlp/compat/asyncio.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/compat/asyncio.py b/yt_dlp/compat/asyncio.py index f80dc192d..c61e5c8fd 100644 --- a/yt_dlp/compat/asyncio.py +++ b/yt_dlp/compat/asyncio.py @@ -1,5 +1,4 @@ # flake8: noqa: F405 - from asyncio import * # noqa: F403 from .compat_utils import passthrough_module |