remove redone compare
This commit is contained in:
parent
1c9d1b0ee0
commit
0a277ab591
@ -33,7 +33,7 @@ class ExtraNetworkParams:
|
||||
self.positional.append(item)
|
||||
|
||||
def __eq__(self, other):
|
||||
return self.items == other.items and self.positional == other.positional and self.named == other.named
|
||||
return self.items == other.items
|
||||
|
||||
|
||||
class ExtraNetwork:
|
||||
|
Loading…
Reference in New Issue
Block a user