Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Dec 26, 2023
1 parent 60e610f commit 8a8f3ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/run_cig_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Device,
Connection,
AdvertisingParameters,
AdvertisingEventProperties
AdvertisingEventProperties,
)
from bumble.hci import (
OwnAddressType,
Expand Down
2 changes: 1 addition & 1 deletion tests/hci_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def test_HCI_LE_Set_Event_Mask_Command():
le_event_mask=HCI_LE_Set_Event_Mask_Command.mask(
[
HCI_LE_CONNECTION_COMPLETE_EVENT,
HCI_LE_ENHANCED_CONNECTION_COMPLETE_V2_EVENT
HCI_LE_ENHANCED_CONNECTION_COMPLETE_V2_EVENT,
]
)
)
Expand Down

0 comments on commit 8a8f3ba

Please sign in to comment.