adding scripts and outputs to litterbox #39
Annotations
10 errors and 1 warning
Ruff (F401):
tutorials/modeling_websocket/modeling_websocket.py#L14
tutorials/modeling_websocket/modeling_websocket.py:14:42: F401 `kittycad.models.path_segment.PathSegment` imported but unused
|
Ruff (F401):
tutorials/modeling_websocket/modeling_websocket.py#L14
tutorials/modeling_websocket/modeling_websocket.py:14:42: F401 `kittycad.models.path_segment.PathSegment` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:20: F401 `typing.Any` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:20: F401 `typing.Any` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:25: F401 `typing.List` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:25: F401 `typing.List` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:41: F401 `typing.Tuple` imported but unused
|
Ruff (F401):
tutorials/python-beginner-tutorial/convert.py#L1
tutorials/python-beginner-tutorial/convert.py:1:41: F401 `typing.Tuple` imported but unused
|
Ruff (F811):
tutorials/python-beginner-tutorial/convert.py#L7
tutorials/python-beginner-tutorial/convert.py:7:35: F811 Redefinition of unused `Error` from line 4
|
Ruff (F811):
tutorials/python-beginner-tutorial/convert.py#L7
tutorials/python-beginner-tutorial/convert.py:7:35: F811 Redefinition of unused `Error` from line 4
|
ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|