diff --git a/utils.py b/utils.py index 5d91c88ef..a514a67eb 100644 --- a/utils.py +++ b/utils.py @@ -717,7 +717,7 @@ def append(self, item): def extend(self, items): """Insert each item in items at its correct position.""" for item in items: - self.heap.append(item) + self.append(item) def pop(self): """Pop and return the item (with min or max f(x) value pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy