Skip to content

Commit

Permalink
Lint errors are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshith-GRL committed Aug 23, 2024
1 parent d9ed424 commit 025fcab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/python_testing/TC_PWRTL_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import logging

import chip.clusters as Clusters
from chip.clusters.Types import NullValue
from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main
from mobly import asserts

Expand Down
2 changes: 1 addition & 1 deletion src/python_testing/drlk_2_x_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def run_drlk_test_common(self, lockUnlockCommand, lockUnlockCmdRspPICS, lo
self.print_step("4c", "TH reads MaxPINCodeLength attribute and saves the value")
max_pin_code_length = await self.read_and_verify_pincode_length(
attribute=Clusters.DoorLock.Attributes.MaxPINCodeLength,
failure_message=f"MinPINCodeLength attribute must be between 0 to 255"
failure_message="MinPINCodeLength attribute must be between 0 to 255"
)
self.print_step("4d", "Generate credential data and store as pin_code,Th sends SetCredential command"
"using pin_code")
Expand Down

0 comments on commit 025fcab

Please sign in to comment.