mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-13 00:38:33 +00:00
Don't deal with the typing mess across versions
This commit is contained in:
parent
3f30a6b78e
commit
b6ed97f9f7
@ -1,8 +1,7 @@
|
||||
import re
|
||||
from dataclasses import dataclass
|
||||
from typing import TypeAlias
|
||||
|
||||
Seconds: TypeAlias = float
|
||||
Seconds = float
|
||||
|
||||
|
||||
@dataclass
|
||||
|
Loading…
Reference in New Issue
Block a user