fix(dda): fix docstring #enhancement 13905 #16421
Annotations
9 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L49
graphics/digital_differential_analyzer_line.py:49:18: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L49
graphics/digital_differential_analyzer_line.py:49:13: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L6
graphics/digital_differential_analyzer_line.py:6:11: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L6
graphics/digital_differential_analyzer_line.py:6:6: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L5
graphics/digital_differential_analyzer_line.py:5:30: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP006):
graphics/digital_differential_analyzer_line.py#L5
graphics/digital_differential_analyzer_line.py:5:9: UP006 Use `tuple` instead of `Tuple` for type annotation
|
|
Ruff (UP035):
graphics/digital_differential_analyzer_line.py#L1
graphics/digital_differential_analyzer_line.py:1:1: UP035 `typing.Tuple` is deprecated, use `tuple` instead
|
|
Ruff (UP035):
graphics/digital_differential_analyzer_line.py#L1
graphics/digital_differential_analyzer_line.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|