Skip to content

Commit

Permalink
Removed unused variable:
Browse files Browse the repository at this point in the history
- Removed unused variable "RVCRun_gencmd_list"
  • Loading branch information
j-ororke committed Jul 3, 2024
1 parent 3881efe commit f871894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python_testing/TC_RVCRUNM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ async def test_TC_RVCRUNM_2_2(self):
# Gathering Accepted and Generated Commands and associated ids
commands = RVCRun_cluster.Commands
RVCRun_accptcmd_list = attributes.AcceptedCommandList
RVCRun_gencmd_list = attributes.GeneratedCommandList
accepted_cmd_list = await self.read_single_attribute_check_success(endpoint=self.endpoint, cluster=RVCRun_cluster, attribute=RVCRun_accptcmd_list)
chg_mode_cmd_id = commands.ChangeToMode.command_id

Expand Down

0 comments on commit f871894

Please sign in to comment.