Skip to content

Commit fb07e07

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae755a6 commit fb07e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/heap/skew_heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
from __future__ import annotations
32

43
from collections.abc import Iterable, Iterator
@@ -85,6 +84,7 @@ def merge(
8584

8685
return result
8786

87+
8888
class SkewHeap[T]:
8989
"""
9090
A data structure that allows inserting a new value and to pop the smallest

0 commit comments

Comments
 (0)