mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-25 02:18:39 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
6322c04814
commit
0b20f110a1
@ -12,7 +12,6 @@ class Node:
|
||||
self.right: Node | None = None
|
||||
|
||||
|
||||
|
||||
def display_tree(root: Node | None, level: int = 0) -> None:
|
||||
"""
|
||||
>>> root = Node(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user