Skip to content

Commit d42704a

Browse files
authored
Update skew_heap.py
1 parent 3627416 commit d42704a

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
@@ -3,7 +3,8 @@
33
from __future__ import annotations
44

55
from collections.abc import Iterable, Iterator
6-
from typing import Any, Generic, TypeVar, Protocol
6+
from typing import Any, Generic, Protocol, TypeVar
7+
78

89

910
class Comparable(Protocol):

0 commit comments

Comments
 (0)