fix: skip malformed template samples instead of crashing registration #67
Annotations
3 errors
|
lint / lint
Process completed with exit code 1.
|
|
ruff (E731):
test/test_pipeline.py#L156
test/test_pipeline.py:156:9: E731 Do not assign a `lambda` expression, use a `def`
help: Rewrite `reg` as a `def`
|
|
ruff (F401):
padacioso/opm.py#L9
padacioso/opm.py:9:53: F401 `ovos_bus_client.session.Session` imported but unused
help: Remove unused import: `ovos_bus_client.session.Session`
|