mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-09 08:15:10 +01:00
[cleanup] Misc (#12844)
Authored by: seproDev, bashonly Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
74fc2ae12c
commit
505b400795
5 changed files with 37 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ from ..compat import (
|
|||
from ..dependencies import xattr
|
||||
from ..globals import IN_CLI
|
||||
|
||||
__name__ = __name__.rsplit('.', 1)[0] # noqa: A001: Pretend to be the parent module
|
||||
__name__ = __name__.rsplit('.', 1)[0] # noqa: A001 # Pretend to be the parent module
|
||||
|
||||
|
||||
class NO_DEFAULT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue