Add Gosper curve fractal implementation #17239
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
fractals/gosper_curve.py#L26
fractals/gosper_curve.py:26:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
fractals/gosper_curve.py#L24
fractals/gosper_curve.py:24:89: E501 Line too long (96 > 88)
|