From b26a5b45e285536489c96ff5d99913914a2ab4ce Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 19 Apr 2025 21:04:07 +0200 Subject: [PATCH] Comments --- appstore.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appstore.py b/appstore.py index e2386050..1de74a41 100644 --- a/appstore.py +++ b/appstore.py @@ -5,9 +5,9 @@ import st7789 import lcd_bus from micropython import const import machine -import task_handler # NOQA -import cst816s # NOQA -import i2c # NOQA +import task_handler +import cst816s +import i2c import network import urequests