diff --git a/hello_world/main.py b/hello_world/main.py index 82abdbd..7cdd174 100644 --- a/hello_world/main.py +++ b/hello_world/main.py @@ -5,7 +5,7 @@ ___license___ = "MIT" ___dependencies___ = ["sleep", "app"] ___categories___ = ["EMF"] -import ugfx, os, time, sleep, app +import ugfx, sleep, app from tilda import Buttons