1
0
Fork 0
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:
pukkandan 2024-02-27 09:36:52 +05:30
parent 3f30a6b78e
commit b6ed97f9f7
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39

View file

@ -1,8 +1,7 @@
import re
from dataclasses import dataclass
from typing import TypeAlias
Seconds: TypeAlias = float
Seconds = float
@dataclass