Added stats
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Protocol, Self, TypeVar
|
||||
|
||||
|
||||
class SupportsLessThan(Protocol):
|
||||
def __lt__(self, other: Self) -> bool:
|
||||
def __lt__(self, other: Self, /) -> bool:
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user