Skip to content

Commit

Permalink
Fix black style
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Mar 25, 2024
1 parent 79cabfd commit 7ce49ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhon/connection/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def on_lifecycle_connection_success(
"Lifecycle Connection Success: %s", str(lifecycle_connect_success_data)
)


def on_lifecycle_attempting_connect(lifecycle_attempting_connect_data):
_LOGGER.info("Lifecycle Attempting Connect - %s", lifecycle_attempting_connect_data)

Expand Down

0 comments on commit 7ce49ae

Please sign in to comment.