Skip to content

Commit f856f39

Browse files
committed
Lint.
1 parent 670c575 commit f856f39

File tree

1 file changed

+1
-1
lines changed
  • CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color

1 file changed

+1
-1
lines changed

CircuitPython_Templates/adafruit_io_cpu_temp_neopixel_color/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# SPDX-FileCopyrightText: 2022 Kattni Rembor for Adafruit Industries
33
# SPDX-License-Identifier: MIT
44
import time
5-
import microcontroller
65
import ssl
76
from random import randint
7+
import microcontroller
88
import socketpool
99
import wifi
1010
import board

0 commit comments

Comments
 (0)