We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39540f4 commit d088500Copy full SHA for d088500
swagger_py_codegen/parser.py
@@ -44,7 +44,7 @@ def __eq__(self, other):
44
if isinstance(other, RefNode):
45
return self._data == other._data and self.ref == other.ref
46
else:
47
- super(RefNode,self).__eq__(other)
+ return object.__eq__(other)
48
49
50
class Swagger(object):
0 commit comments