Skip to content

Commit 0b1dc38

Browse files
authored
Merge pull request #11 from adafruit/black-update
Black reformatting with Python 3 target.
2 parents 15d74aa + 5988f96 commit 0b1dc38

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/gc_iot_core_simpletest.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ def message(client, topic, msg):
105105
# print("Your JWT is: ", jwt)
106106

107107
# Set up a new MiniMQTT Client
108-
client = MQTT.MQTT(broker=google_iot.broker,
109-
username=google_iot.username,
110-
password=secrets["jwt"],
111-
client_id=google_iot.cid)
108+
client = MQTT.MQTT(
109+
broker=google_iot.broker,
110+
username=google_iot.username,
111+
password=secrets["jwt"],
112+
client_id=google_iot.cid,
113+
)
112114

113115
# Initialize Google MQTT API Client
114116
google_mqtt = MQTT_API(client)

0 commit comments

Comments
 (0)