Skip to content

Commit bf929b1

Browse files
authored
Change import order per Travis
1 parent 0656c99 commit bf929b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Cirecuit_Playground_Express_Pinata

Cirecuit_Playground_Express_Pinata/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Circuit Playground Express Piñata by Dano Wall for Adafruit Industries
22
# CircuitPython code by Mike Barela for Adafruit Industries, MIT License
33
import time
4+
import gc
5+
import random
46
import board
57
import pulseio
6-
import random
78
from adafruit_motor import servo
8-
import gc
99
from adafruit_circuitplayground.express import cpx
1010
gc.collect()
1111

0 commit comments

Comments
 (0)