From 7485f8e6c69a481122117baf10b9c19cbc90944a Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Fri, 25 Oct 2024 16:13:59 +0100 Subject: [PATCH] Fix linting fail. --- micropython/examples/plasma_stick/weather.py | 1 - 1 file changed, 1 deletion(-) 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() -