Skip to content

Create binary_trie.py #10744

Create binary_trie.py

Create binary_trie.py #10744

Triggered via pull request October 9, 2024 08:46
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.