Skip to content

Commit e95b739

Browse files
restyled-commitsjamesharrow
authored andcommitted
Restyled by autopep8
1 parent 7b8ba11 commit e95b739

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/python_testing/TC_DEM_2_10.py

+1
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,6 @@ async def test_TC_DEM_2_10(self):
155155
self.step("10")
156156
await self.send_test_event_trigger_forecast_adjustment_clear()
157157

158+
158159
if __name__ == "__main__":
159160
default_matter_test_main()

src/python_testing/matter_testing_support.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def reset(self):
410410
self._attribute_reports[a] = []
411411
self._q = queue.Queue()
412412

413-
async def start(self, dev_ctrl, node_id: int, endpoint: int, fabric_filtered: bool = False, min_interval_sec: int = 0, max_interval_sec: int = 5, keepSubscriptions: bool=True) -> Any:
413+
async def start(self, dev_ctrl, node_id: int, endpoint: int, fabric_filtered: bool = False, min_interval_sec: int = 0, max_interval_sec: int = 5, keepSubscriptions: bool = True) -> Any:
414414
"""This starts a subscription for attributes on the specified node_id and endpoint. The cluster is specified when the class instance is created."""
415415
self._subscription = await dev_ctrl.ReadAttribute(
416416
nodeid=node_id,

0 commit comments

Comments
 (0)