Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and tcarmelveilleux committed Jun 14, 2024
1 parent aa696e3 commit 65ce85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/ChipDeviceCtrl.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def IsConnected(self):
self.devCtrl)
)

def ConnectBLE(self, discriminator: int, setupPinCode:int , nodeid:int, isShortDiscriminator: bool = False) -> PyChipError:
def ConnectBLE(self, discriminator: int, setupPinCode: int, nodeid: int, isShortDiscriminator: bool = False) -> PyChipError:
self.CheckIsActive()

self._commissioning_complete_future = concurrent.futures.Future()
Expand Down

0 comments on commit 65ce85f

Please sign in to comment.