Skip to content

Commit 129f823

Browse files
dylanbuchipoyea
andauthored
Update data_structures/binary_tree/binary_tree_traversals.py
Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent c142683 commit 129f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/binary_tree/binary_tree_traversals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from collections import deque
55
from dataclasses import dataclass
6-
from typing import Optional, Sequence
6+
from typing import Sequence
77

88

99
@dataclass

0 commit comments

Comments
 (0)