Skip to content

Commit

Permalink
Merge branch 'main' into ct-infra-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cartertinney authored Jul 22, 2024
2 parents 694f4b1 + e75d1c2 commit d44ad11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pycqa/flake8
rev: 3.9.1 # Use the ref you want to point at
rev: 7.0.0 # Use the ref you want to point at
hooks:
- id: flake8
args: ['--config=.flake8']
args: ['--config=.flake8']
additional_dependencies: ['importlib_metadata==4.3']
4 changes: 2 additions & 2 deletions samples/sync-samples/provision_symmetric_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
device_client.send_message(msg)
time.sleep(1)

# finally, disconnect
device_client.disconnect()
# finally, disconnect
device_client.disconnect()
else:
print("Can not send telemetry from the provisioned device")

0 comments on commit d44ad11

Please sign in to comment.