mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 19:16:46 +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
|
|
@ -202,7 +202,7 @@ class UpdateInfo:
|
|||
requested_version: str | None = None
|
||||
commit: str | None = None
|
||||
|
||||
binary_name: str | None = _get_binary_name() # noqa: RUF009: Always returns the same value
|
||||
binary_name: str | None = _get_binary_name() # noqa: RUF009 # Always returns the same value
|
||||
checksum: str | None = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue