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

remove redone compare

parent 1c9d1b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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: