8000 Fixes lint error. · peleitor/python-docs-samples@93c54f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93c54f6

Browse files
committed
Fixes lint error.
1 parent de67f4b commit 93c54f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iot/api-client/mqtt_example/cloudiot_mqtt_example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import jwt
3030
import paho.mqtt.client as mqtt
3131

32+
3233
# [START iot_mqtt_jwt]
3334
def create_jwt(project_id, private_key_file, algorithm):
3435
"""Creates a JWT (https://jwt.io) to establish an MQTT connection.

0 commit comments

Comments
 (0)
0