pre-commit autoupdate 2025-09-11 (#12963)
* pre-commit autoupdate 2025-09-11 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -115,7 +115,7 @@ class RadixNode:
|
||||
if not incoming_node:
|
||||
return False
|
||||
else:
|
||||
matching_string, remaining_prefix, remaining_word = incoming_node.match(
|
||||
_matching_string, remaining_prefix, remaining_word = incoming_node.match(
|
||||
word
|
||||
)
|
||||
# If there is remaining prefix, the word can't be on the tree
|
||||
@@ -144,7 +144,7 @@ class RadixNode:
|
||||
if not incoming_node:
|
||||
return False
|
||||
else:
|
||||
matching_string, remaining_prefix, remaining_word = incoming_node.match(
|
||||
_matching_string, remaining_prefix, remaining_word = incoming_node.match(
|
||||
word
|
||||
)
|
||||
# If there is remaining prefix, the word can't be on the tree
|
||||
|
||||
Reference in New Issue
Block a user