Skip to content

Commit 176c6ff

Browse files
committed
Remove __gt__ method
1 parent ce1ad49 commit 176c6ff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build_docs.py

-3
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ class Version:
177177
def __eq__(self, other: Version) -> bool:
178178
return self.name == other.name
179179

180-
def __gt__(self, other: Version) -> bool:
181-
return self.as_tuple() > other.as_tuple()
182-
183180
@property
184181
def requirements(self) -> list[str]:
185182
"""Generate the right requirements for this version.

0 commit comments

Comments
 (0)