Only use eq

master
Salvo 'LtWorf' Tomaselli 2020-08-19 08:42:55 +07:00
parent 774c8eed67
commit 4dc7f131f3
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 0 additions and 3 deletions

@ -109,9 +109,6 @@ class Rdate:
def __lt__(self, other):
return self.intdate < other.intdate
def __ne__(self, other):
return self.intdate != other.intdate
def __sub__(self, other):
return (self.intdate - other.intdate).days