mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-13 08:48:29 +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
|
import re
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from typing import TypeAlias
|
|
||||||
|
|
||||||
Seconds: TypeAlias = float
|
Seconds = float
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
|
Loading…
Reference in New Issue
Block a user