Fixes The Bug In Radix Tree. Issue #11316 #9067
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Ruff (I001):
data_structures/trie/radix_tree.py#L6
data_structures/trie/radix_tree.py:6:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
data_structures/trie/radix_tree.py#L198
data_structures/trie/radix_tree.py:198:89: E501 Line too long (97 > 88)
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L207
data_structures/trie/radix_tree.py:207:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L208
data_structures/trie/radix_tree.py:208:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L209
data_structures/trie/radix_tree.py:209:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L211
data_structures/trie/radix_tree.py:211:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L213
data_structures/trie/radix_tree.py:213:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L214
data_structures/trie/radix_tree.py:214:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|
Ruff (W293):
data_structures/trie/radix_tree.py#L215
data_structures/trie/radix_tree.py:215:1: W293 Blank line contains whitespace
|
Ruff (W291):
data_structures/trie/radix_tree.py#L219
data_structures/trie/radix_tree.py:219:46: W291 Trailing whitespace
|