Skip to content

Commit

Permalink
Removed unused imports and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Nov 14, 2023
1 parent 4dd83ff commit 1cfa9f3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/python_testing/TestGroupTableReports.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
#
import logging
import queue
from typing import List

import chip.clusters as Clusters
from chip.clusters import ClusterObjects as ClusterObjects
from chip.clusters.Attribute import EventReadResult, SubscriptionTransaction, TypedAttributePath
from chip.exceptions import ChipStackError
from chip.clusters.Attribute import SubscriptionTransaction, TypedAttributePath
from chip.interaction_model import Status
from matter_testing_support import MatterBaseTest, async_test_body, default_matter_test_main
from mobly import asserts
Expand Down Expand Up @@ -57,11 +57,6 @@ class TestGroupTableReports(MatterBaseTest):
async def test_group_table_reports(self):
self.print_step(1, "Commissioning, already done")

# TODO : Verify if they are needed
fabric_admin = self.certificate_authority_manager.activeCaList[0].adminList[0]
TH1_nodeid = self.matter_test_config.controller_node_id
# end TODO

self.TH1 = self.default_controller

self.kGroupKeyset1 = 0x01a1
Expand Down

0 comments on commit 1cfa9f3

Please sign in to comment.