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.
NotImplemented
__lt__
1 parent a4fe4cd commit 5eb9a32Copy full SHA for 5eb9a32
pystac/summaries.py
@@ -35,7 +35,7 @@ class Comparable(Protocol):
35
36
@abstractmethod
37
def __lt__(self: "T", x: "T") -> bool:
38
- pass
+ return NotImplemented
39
40
41
T = TypeVar("T", bound=Comparable)
0 commit comments