fix: raise TimeoutError on ZMQ retry exhaustion instead of returning None #308
ci.yml
on: pull_request
lint
18s
docker-build
17s
Matrix: test
Annotations
3 errors
|
lint
Process completed with exit code 1.
|
|
ruff (F841):
tests/test_read_status.py#L126
tests/test_read_status.py:126:55: F841 Local variable `f` is assigned to but never used
help: Remove assignment to unused variable `f`
|
|
ruff (F401):
tests/test_read_status.py#L9
tests/test_read_status.py:9:17: F401 `numpy` imported but unused
help: Remove unused import: `numpy`
|