Skip to content

Commit

Permalink
Run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 11, 2023
1 parent b29c73f commit a1baaac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/aws_iot_shadows.py
Expand Up @@ -73,6 +73,7 @@

### Code ###


# Define callback methods which are called when events occur
# pylint: disable=unused-argument, redefined-outer-name
def connect(client, userdata, flags, rc):
Expand Down
1 change: 1 addition & 0 deletions examples/aws_iot_simpletest.py
Expand Up @@ -75,6 +75,7 @@

topic = "circuitpython/aws"


# Define callback methods which are called when events occur
# pylint: disable=unused-argument, redefined-outer-name
def connect(client, userdata, flags, rc):
Expand Down

0 comments on commit a1baaac

Please sign in to comment.