Skip to content

Commit 6e7bd44

Browse files
authored
Update skew_heap.py
1 parent c78fbf7 commit 6e7bd44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data_structures/heap/skew_heap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python3
22

3+
34
from __future__ import annotations
45

56
from collections.abc import Iterable, Iterator

0 commit comments

Comments
 (0)