Revert adding the __init___
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
|
||||
|
||||
class EqBase(object):
|
||||
def __init__(self):
|
||||
self.ID = None
|
||||
|
||||
def __eq__(self, other):
|
||||
return type(self) == type(other) and self.ID == other.ID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user