Skip to content

Commit c5bec45

Browse files
authored
Merge pull request #3031 from adafruit/TheKitty-patch-7
Update code.py
2 parents 26d640d + a9485df commit c5bec45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

World_Clock_Round_Display/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# SPDX-License-Identifier: MIT
44
'''Display a world clock on a round LCD'''
55

6-
import board
76
import os
7+
import time
8+
import board
89
import displayio
910
import fourwire
1011
from adafruit_gc9a01a import GC9A01A
11-
import time
1212
import wifi
1313
import adafruit_ntp
1414
import adafruit_connection_manager

0 commit comments

Comments
 (0)