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 hare-siterwell committed Aug 24, 2023
1 parent 2c4a907 commit 7874d39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/py_matter_yamltests/matter_yamltests/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ async def _run(self, parser: TestParser, config: TestRunnerConfig):
duration = round((time.time() - start) * 1000, 2)
test_duration += duration


if request.is_event:
received_event_number = responses[-1].get('eventNumber')
if received_event_number and self.last_event_number < received_event_number:
Expand Down

0 comments on commit 7874d39

Please sign in to comment.