Commit 0a277ab5 authored by w-e-w's avatar w-e-w

remove redone compare

parent 1c9d1b0e
...@@ -33,7 +33,7 @@ class ExtraNetworkParams: ...@@ -33,7 +33,7 @@ class ExtraNetworkParams:
self.positional.append(item) self.positional.append(item)
def __eq__(self, other): 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: class ExtraNetwork:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment