aboutsummaryrefslogtreecommitdiff
path: root/code.py
diff options
context:
space:
mode:
Diffstat (limited to 'code.py')
-rw-r--r--code.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/code.py b/code.py
index a738543..a232644 100644
--- a/code.py
+++ b/code.py
@@ -1,10 +1,9 @@
import board
-from supervisor import runtime
import json
-from serial_conn import Client
+from supervisor import runtime
import oled
-from supervisor import runtime
+from serial_conn import Client
# Do not reload the application when the files are changed
runtime.autoreload = False