From ad1f91ab32c38cab7f0d1448ce3c4e67b47f4526 Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:47:59 -0400 Subject: [PATCH] refactor(examples) drop usys import from header.py This should not be needed as there is no platform-specific code anymore. --- examples/header.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/header.py b/examples/header.py index 7a9debeee..bae27aa98 100644 --- a/examples/header.py +++ b/examples/header.py @@ -1,6 +1,5 @@ #!/opt/bin/lv_micropython -i import lvgl as lv -import usys as sys import display_driver