Tox fixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
class EqBase(object):
|
||||
ID = None
|
||||
ID = None
|
||||
|
||||
def __eq__(self, other):
|
||||
return type(self) == type(other) and self.ID == other.ID
|
||||
|
||||
Reference in New Issue
Block a user