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 91dc822 commit b0b8d2fCopy full SHA for b0b8d2f
sc2reader/data/__init__.py
@@ -289,18 +289,6 @@ def __hash__(self):
289
def __repr__(self):
290
return str(self)
291
292
- def __cmp__(self, other):
293
- if other.id > self.id:
294
- return -1
295
- elif other.id < self.id:
296
- return 1
297
- else:
298
- if other.type > self.type:
299
300
- elif other.type < self.type:
301
302
303
- return 0
304
305
class Ability(object):
306
pass
0 commit comments