diff --git a/micropython/examples/plasma_stick/weather.py b/micropython/examples/plasma_stick/weather.py index eaa1872ed..12bf6a10e 100644 --- a/micropython/examples/plasma_stick/weather.py +++ b/micropython/examples/plasma_stick/weather.py @@ -260,4 +260,3 @@ def snow(): move_to_target() # nudge our current colours closer to the target colours display_current() # display current colours to strip gc.collect() -