Skip to content

Commit aa80769

Browse files
committed
coriolisclient.base.py: Remove duplicate code
1 parent ee177c0 commit aa80769

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

coriolisclient/base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,6 @@ def get(self):
135135
def __eq__(self, other):
136136
if not isinstance(other, Resource):
137137
return NotImplemented
138-
# two resources of different types are not equal
139-
if not isinstance(other, self.__class__):
140-
return False
141138
return self._info == other._info
142139

143140
def is_loaded(self):

0 commit comments

Comments
 (0)