add dummy input and output devices for debugging #50
Annotations
3 errors
|
ruff
The process '/opt/hostedtoolcache/ruff/0.12.4/x86_64/ruff' failed with exit code 1
|
|
Ruff (PLC0415):
src/visiomode/webpanel/export.py#L28
src/visiomode/webpanel/export.py:28:5: PLC0415 `import` should be at the top-level of a file
|
|
Ruff (F401):
src/visiomode/devices/debug.py#L5
src/visiomode/devices/debug.py:5:8: F401 `time` imported but unused
|