We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1ad49 commit 176c6ffCopy full SHA for 176c6ff
build_docs.py
@@ -177,9 +177,6 @@ class Version:
177
def __eq__(self, other: Version) -> bool:
178
return self.name == other.name
179
180
- def __gt__(self, other: Version) -> bool:
181
- return self.as_tuple() > other.as_tuple()
182
-
183
@property
184
def requirements(self) -> list[str]:
185
"""Generate the right requirements for this version.
0 commit comments