Skip to content

Commit 768c046

Browse files
committed
apply black
1 parent ed4d2ae commit 768c046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpython/minimqtt_adafruitio_cpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def message(client, topic, message):
5353
password=secrets["aio_key"],
5454
socket_pool=socket,
5555
is_ssl=True,
56-
ssl_context=ssl.create_default_context()
56+
ssl_context=ssl.create_default_context(),
5757
)
5858

5959
# Setup the callback methods above

0 commit comments

Comments
 (0)