Pylint: assignment-from-no-return
Closed this issue · 1 comments
evaherrada commented
************* Module turtle_koch
examples/turtle_koch.py:7:8: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)
************* Module turtle_overlayed_koch
examples/turtle_overlayed_koch.py:9:8: E1111: Assigning result of a function call, where the function has no return (assignment-from-no-return)
I'm not exactly sure why this is even being done, I would test just having it do turtle.forward(line_length)
but I don't have the hardware with me to test.
@dastels Any insight into this?
Referencing main issue: adafruit/Adafruit_CircuitPython_Bundle#232
@kattni
tannewt commented
It looks like it can be safely removed to me.