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 sumaky committed Aug 28, 2024
1 parent d2b4c32 commit 835df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DRLK_2_9.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def steps_TC_DRLK_2_9(self) -> list[TestStep]:
TestStep("29", "TH sends ClearUser Command to DUT.",
"Verify that the DUT sends SUCCESS response."),
TestStep("30", "TH sends ClearAliroReaderConfig Command to DUT.",
"Verify that the DUT sends SUCCESS response."),]
"Verify that the DUT sends SUCCESS response."), ]

return steps

Expand Down

0 comments on commit 835df50

Please sign in to comment.