From cccc598d2020cd59282015582a337e50c978a8a4 Mon Sep 17 00:00:00 2001 From: thirdr Date: Thu, 27 Feb 2025 11:50:32 +0000 Subject: [PATCH] presto.py: removing unused import --- modules/py_frozen/presto.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/py_frozen/presto.py b/modules/py_frozen/presto.py index 246db8e..7c85ab6 100644 --- a/modules/py_frozen/presto.py +++ b/modules/py_frozen/presto.py @@ -1,7 +1,6 @@ import asyncio import _presto from touch import FT6236 -from backlight import Reactive from ezwifi import EzWiFi from collections import namedtuple