Major refactor: #1
Annotations
6 errors
Ruff (F841):
src/pylsl/examples/HandleMetadata.py#L28
src/pylsl/examples/HandleMetadata.py:28:5: F841 Local variable `outlet` is assigned to but never used
|
Ruff (F401):
src/pylsl/examples/PerformanceTest.py#L24
src/pylsl/examples/PerformanceTest.py:24:34: F401 `numpy.fft.rfft` imported but unused
|
Ruff (F841):
src/pylsl/examples/PerformanceTest.py#L342
src/pylsl/examples/PerformanceTest.py:342:9: F841 Local variable `stream_Fs` is assigned to but never used
|
Ruff (E722):
src/pylsl/info.py#L92
src/pylsl/info.py:92:9: E722 Do not use bare `except`
|
Ruff (E722):
src/pylsl/outlet.py#L63
src/pylsl/outlet.py:63:9: E722 Do not use bare `except`
|
Check style
Process completed with exit code 1.
|