mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Don't deal with the typing mess across versions
This commit is contained in:
parent
3f30a6b78e
commit
b6ed97f9f7
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
import re
|
||||
from dataclasses import dataclass
|
||||
from typing import TypeAlias
|
||||
|
||||
Seconds: TypeAlias = float
|
||||
Seconds = float
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
Loading…
Reference in a new issue