Skip to content

Commit 9fd82a7

Browse files
tekktrikjkittner
authored andcommitted
Reorganize imports
1 parent ae0019d commit 9fd82a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gps_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# Will wait for a fix and print a message every second with the current location
66
# and other details.
77
import time
8+
import math
89
import board
910
import busio
10-
import math
1111

1212
import adafruit_gps
1313

0 commit comments

Comments
 (0)