From f43293adf4bffc4c8d3dfaf599d9dc0a9314dd13 Mon Sep 17 00:00:00 2001 From: helgibbons <50950368+helgibbons@users.noreply.github.com> Date: Tue, 18 Oct 2022 15:53:20 +0100 Subject: [PATCH] linting --- micropython/examples/plasma_stick/weather.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/micropython/examples/plasma_stick/weather.py b/micropython/examples/plasma_stick/weather.py index f8d7e169..00df89de 100644 --- a/micropython/examples/plasma_stick/weather.py +++ b/micropython/examples/plasma_stick/weather.py @@ -100,7 +100,7 @@ def get_data(): Conditions = {WEATHERCODES[weathercode]} Last Open-Meteo update: {datetime_arr[0]}, {datetime_arr[1]} """) - + # flash the onboard LED after getting data pico_led.value(True) time.sleep(0.2) @@ -257,4 +257,3 @@ while True: move_to_target() # nudge our current colours closer to the target colours display_current() # display current colours to strip -