mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-05 01:09:40 +08:00
Make some ruff fixes (#8154)
* Make some ruff fixes * Undo manual fix * Undo manual fix * Updates from ruff=0.0.251
This commit is contained in:
@ -37,6 +37,7 @@ def build_tree():
|
||||
right_node = TreeNode(int(check))
|
||||
node_found.right = right_node
|
||||
q.put(right_node)
|
||||
return None
|
||||
|
||||
|
||||
def pre_order(node: TreeNode) -> None:
|
||||
|
Reference in New Issue
Block a user