8000 PEP440: Remove `VersionComparisonMethod` · crate/crate-python@58378fc · GitHub
[go: up one dir, main page]

Skip to content

Commit 58378fc

Browse files
committed
PEP440: Remove VersionComparisonMethod
1 parent 5c74d35 commit 58378fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/crate/client/pep440.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,6 @@ def __neg__(self: object) -> InfinityType:
105105
int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType
106106
]
107107
LegacyCmpKey = Tuple[int, Tuple[str, ...]]
108-
VersionComparisonMethod = Callable[
109-
[Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool
110-
]
111108

112109
_Version = collections.namedtuple(
113110
"_Version", ["epoch", "release", "dev", "pre", "post", "local"]

0 commit comments

Comments
 (0)
0