Fixes The Bug In Radix Tree. Issue #11316 #9068
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
Ruff (E501):
data_structures/trie/radix_tree.py#L201
data_structures/trie/radix_tree.py:201:89: E501 Line too long (97 > 88)
|
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 `assertTrue`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L212
data_structures/trie/radix_tree.py:212: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#L215
data_structures/trie/radix_tree.py:215:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L217
data_structures/trie/radix_tree.py:217:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L218
data_structures/trie/radix_tree.py:218:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L229
data_structures/trie/radix_tree.py:229:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L231
data_structures/trie/radix_tree.py:231:9: PT009 Use a regular `assert` instead of unittest-style `assertFalse`
|
Ruff (PT009):
data_structures/trie/radix_tree.py#L232
data_structures/trie/radix_tree.py:232:9: PT009 Use a regular `assert` instead of unittest-style `assertTrue`
|