Merge pull request #11 from adafruit/black-update

Black reformatting with Python 3 target.
This commit is contained in:
Dan Halbert 2020-04-09 21:40:46 -04:00 committed by GitHub
commit 0436c8f52f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -134,8 +134,7 @@ print("Connected!")
MQTT.set_socket(socket, esp)
# Set up a new MiniMQTT Client
client = MQTT.MQTT(broker=secrets["broker"],
client_id=secrets["client_id"])
client = MQTT.MQTT(broker=secrets["broker"], client_id=secrets["client_id"])
# Initialize AWS IoT MQTT API Client
aws_iot = MQTT_CLIENT(client)

View file

@ -131,8 +131,7 @@ print("Connected!")
MQTT.set_socket(socket, esp)
# Set up a new MiniMQTT Client
client = MQTT.MQTT(broker=secrets["broker"],
client_id=secrets["client_id"])
client = MQTT.MQTT(broker=secrets["broker"], client_id=secrets["client_id"])
# Initialize AWS IoT MQTT API Client
aws_iot = MQTT_CLIENT(client)