From 5b40899e44a46add3215ea38eb91d940e59c9ea3 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Mon, 23 Aug 2021 16:30:03 +0100 Subject: [PATCH] Linting fixes --- micropython/examples/plasma2040/bme68x.py | 1 - 1 file changed, 1 deletion(-) diff --git a/micropython/examples/plasma2040/bme68x.py b/micropython/examples/plasma2040/bme68x.py index cca27ef1..318df518 100644 --- a/micropython/examples/plasma2040/bme68x.py +++ b/micropython/examples/plasma2040/bme68x.py @@ -1,6 +1,5 @@ import plasma from plasma import plasma2040 -import time # Import helpers for RGB LEDs and Buttons from pimoroni import RGBLED, Button