Skip to content

Commit 7b8ba11

Browse files
committed
Fix ruff detected errors
1 parent bdb637a commit 7b8ba11

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/python_testing/TC_DEM_1_1.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import logging
3434

3535
import chip.clusters as Clusters
36-
from chip.interaction_model import Status
3736
from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
3837
from mobly import asserts
3938
from TC_DEMTestBase import DEMTestBase
@@ -151,7 +150,7 @@ async def test_TC_DEM_1_1(self):
151150
asserts.assert_equal(len(attribute_list), 0)
152151

153152
self.step("5")
154-
logging.info(f"Not supported/skipped")
153+
logging.info("Not supported/skipped")
155154

156155
self.step("6")
157156
accepted_command_list = await self.read_dem_attribute_expect_success(attribute="AcceptedCommandList")

src/python_testing/TC_DEM_2_10.py

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"""Define Matter test case TC_DEM_2_10."""
3131

3232

33-
import datetime
3433
import logging
3534
import time
3635

0 commit comments

Comments
 (0)