Skip to content

Commit 6b96ab3

Browse files
committed
merge main and code format
1 parent de679a6 commit 6b96ab3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/esp32spi/minimqtt_pub_sub_nonblocking_esp32spi.py

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
default_topic = aio_username + "/feeds/testfeed"
5252

5353

54-
5554
### Code ###
5655
# Define callback methods which are called when events occur
5756
# pylint: disable=unused-argument, redefined-outer-name

examples/native_networking/minimqtt_pub_sub_blocking_native_networking.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
default_topic = aio_username + "/feeds/testfeed"
3131

3232

33-
3433
### Code ###
3534
# Define callback methods which are called when events occur
3635
# pylint: disable=unused-argument, redefined-outer-name

0 commit comments

Comments
 (0)