Skip to content

Commit e904071

Browse files
committed
Fix lint
1 parent a3cb7c7 commit e904071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python_testing/TC_MWOCTRL_2_2.py

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ async def test_TC_MWOCTRL_2_2(self):
9292
attributes = Clusters.MicrowaveOvenControl.Attributes
9393
feature_map = await self.read_mwoctrl_attribute_expect_success(endpoint=endpoint, attribute=attributes.FeatureMap)
9494
features = Clusters.MicrowaveOvenControl.Bitmaps.Feature
95-
commands = Clusters.Objects.MicrowaveOvenControl.Commands
9695

9796
if not feature_map & features.kPowerAsNumber:
9897
logging.info("PWRNUM is not supported so skipping remaining test steps")

0 commit comments

Comments
 (0)