more utils fixups #17
Annotations
5 errors
Ruff (F401):
meteor/utils.py#L4
meteor/utils.py:4:39: F401 `typing.Union` imported but unused
|
Ruff (E741):
test/conftest.py#L18
test/conftest.py:18:11: E741 Ambiguous variable name: `l`
|
Ruff (E741):
test/unit/test_tv.py#L22
test/unit/test_tv.py:22:11: E741 Ambiguous variable name: `l`
|
Ruff (F401):
test/unit/test_utils.py#L5
test/unit/test_utils.py:5:18: F401 `pandas` imported but unused
|
build (3.11)
Process completed with exit code 1.
|