Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Dec 16, 2024
1 parent 934210e commit eaecc04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions a_sync/primitives/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,12 +692,11 @@ class _VariablePriorityQueueMixin(_PriorityQueueMixin[T]):
:class:`~_PriorityQueueMixin`
"""

def _get(self, heapify=heapq.heapify, heappop=heapq.heappop):
def _get(self, heappop=heapq.heappop):
"""
Resorts the priority queue to consider any changes in priorities and retrieves the task with the highest updated priority.
Args:
heapify: Function to resort the heap.
heappop: Function to pop the highest priority task.
Returns:
Expand Down

0 comments on commit eaecc04

Please sign in to comment.