mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-11-16 07:48:01 +01:00
d784464399
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Core Tests / Core Tests (push) Has been cancelled
Download Tests / Quick Download Tests (push) Has been cancelled
Download Tests / Full Download Tests (push) Has been cancelled
Quick Test / Core Test (push) Has been cancelled
Quick Test / Code check (push) Has been cancelled
Release (master) / release (push) Has been cancelled
Closes #10086 Authored by: bashonly
7 lines
171 B
Python
7 lines
171 B
Python
# flake8: noqa: F405
|
|
from functools import * # noqa: F403
|
|
|
|
from .compat_utils import passthrough_module
|
|
|
|
passthrough_module(__name__, 'functools')
|
|
del passthrough_module
|