Skip to content

Commit 6b34561

Browse files
committed
prefect/startup/dial: Remove redundant code
Signed-off-by: lbuque <[email protected]>
1 parent cfc2f44 commit 6b34561

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

m5stack/modules/startup/dial/app.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
import uasyncio as asyncio
2-
from collections import namedtuple
3-
4-
Descriptor = namedtuple("Descriptor", ["x", "y", "w", "h"])
52

63

74
def generator(d):

m5stack/modules/startup/dial/apps/ezdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ..app import AppBase, Descriptor
1+
from ..app import AppBase
22
import M5
33
from ..res import EZDATA_IMG
44
from .status_bar import StatusBarApp

0 commit comments

Comments
 (0)