Skip to content

Commit 6e7c8d8

Browse files
committed
take out client import
1 parent aabdb4e commit 6e7c8d8

File tree

1 file changed

+1
-1
lines changed
  • Neo_Trinkey_Examples/Python_AdafruitIO_Color_Picker

1 file changed

+1
-1
lines changed

Neo_Trinkey_Examples/Python_AdafruitIO_Color_Picker/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import time
66
import serial
7-
from Adafruit_IO import Client, MQTTClient
7+
from Adafruit_IO import MQTTClient
88

99
# Configuration
1010
com_port = 'COM123' # Adjust this to your COM port

0 commit comments

Comments
 (0)