Create binary_trie.py #10744
Annotations
7 errors
Ruff (E701):
data_structures/trie/binary_trie.py#L22
data_structures/trie/binary_trie.py:22:27: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/trie/binary_trie.py#L28
data_structures/trie/binary_trie.py:28:42: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/trie/binary_trie.py#L30
data_structures/trie/binary_trie.py:30:20: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/trie/binary_trie.py#L38
data_structures/trie/binary_trie.py:38:42: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/trie/binary_trie.py#L42
data_structures/trie/binary_trie.py:42:27: E701 Multiple statements on one line (colon)
|
Ruff (E701):
data_structures/trie/binary_trie.py#L55
data_structures/trie/binary_trie.py:55:27: E701 Multiple statements on one line (colon)
|
ruff
Process completed with exit code 1.
|