From 835df50730673f31faa8c080770964acc9b8d161 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 28 Aug 2024 14:51:48 +0000 Subject: [PATCH] Restyled by autopep8 --- src/python_testing/TC_DRLK_2_9.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python_testing/TC_DRLK_2_9.py b/src/python_testing/TC_DRLK_2_9.py index 70767a3bf2bffa..a835ddf8adc79d 100644 --- a/src/python_testing/TC_DRLK_2_9.py +++ b/src/python_testing/TC_DRLK_2_9.py @@ -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