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
+1 -2
View File
@@ -1,8 +1,7 @@
import re
from dataclasses import dataclass
from typing import TypeAlias
Seconds: TypeAlias = float
Seconds = float
@dataclass