fix style issue
This commit is contained in:
parent
0f007b058d
commit
2930d39345
@ -14,7 +14,7 @@ class MyPriorityQueueItem(object):
|
||||
def __ne__(self, other): return self.itemWithPriority.priority != other.itemWithPriority.priority
|
||||
|
||||
def __gt__(self, other): return self.itemWithPriority.priority > other.itemWithPriority.priority
|
||||
|
||||
|
||||
def __ge__(self, other): return self.itemWithPriority.priority >= other.itemWithPriority.priority
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user