Skip to content

Commit a35036f

Browse files
authored
fix l001 skew_heap.py
1 parent ed6be0a commit a35036f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data_structures/heap/skew_heap.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env python3
22

3+
34
from __future__ import annotations
45

5-
from collections.abc import Iterable, Iterator, Callable
6+
from collections.abc import Callable, Iterable, Iterator
67
from typing import Any
78

89

0 commit comments

Comments
 (0)