From 59303b98e628ee54a8a3b8ed298aadb6b615cee1 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Mon, 13 May 2024 10:18:20 -0400 Subject: [PATCH] Fix python linter --- src/python_testing/TC_ICDM_2_1.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/python_testing/TC_ICDM_2_1.py b/src/python_testing/TC_ICDM_2_1.py index 5def070b38994b..83d2c109b4acce 100644 --- a/src/python_testing/TC_ICDM_2_1.py +++ b/src/python_testing/TC_ICDM_2_1.py @@ -16,10 +16,8 @@ # import logging import re -from enum import IntEnum, IntFlag, auto import chip.clusters as Clusters -from chip.clusters import Attribute from matter_testing_support import MatterBaseTest, TestStep, async_test_body, default_matter_test_main from mobly import asserts @@ -230,7 +228,7 @@ async def test_TC_ICDM_2_1(self): 'utf-8') except Exception: asserts.assert_true( - false, "UserActiveModeTriggerInstruction is not encoded in the correct format (utf-8).") + False, "UserActiveModeTriggerInstruction is not encoded in the correct format (utf-8).") # Verify byte length of the UserActiveModeTirggerInstruction asserts.assert_less_equal(