building #18
Annotations
6 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/conftest.py#L45
test/conftest.py:45:11: E741 Ambiguous variable name: `l`
|
Ruff (F401):
test/unit/test_tv.py#L4
test/unit/test_tv.py:4:17: F401 `gemmi` imported but unused
|
Ruff (F401):
test/unit/test_tv.py#L5
test/unit/test_tv.py:5:17: F401 `numpy` imported but unused
|
build (3.11)
Process completed with exit code 1.
|