Skip to content

Commit 84ec049

Browse files
authored
Update skew_heap.py
1 parent c5693db commit 84ec049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/heap/skew_heap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

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

88

99
class Comparable(Protocol):

0 commit comments

Comments
 (0)