mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-29 09:03:36 +00:00
fixed pre-commit issues
This commit is contained in:
parent
1ff79750a8
commit
1459adf8e4
@ -240,7 +240,7 @@ def ascend_tree(leaf_node: TreeNode, prefix_path: list[str]) -> None:
|
|||||||
ascend_tree(leaf_node.parent, prefix_path)
|
ascend_tree(leaf_node.parent, prefix_path)
|
||||||
|
|
||||||
|
|
||||||
def find_prefix_path(base_pat: frozenset, tree_node: TreeNode | None) -> dict:
|
def find_prefix_path(_: frozenset, tree_node: TreeNode | None) -> dict:
|
||||||
"""
|
"""
|
||||||
Find the conditional pattern base for a given base pattern.
|
Find the conditional pattern base for a given base pattern.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user