Skip to content

Commit

Permalink
Fix for code lints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrejoespinoza-grid committed Jan 31, 2025
1 parent 5062292 commit 36b94e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/python_testing/TC_CC_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
# === END CI TEST ARGUMENTS ===

import logging
import time
from typing import Any, Optional, Union

import chip.clusters as Clusters
from chip.clusters import ClusterObjects as ClusterObjects
from chip.clusters.ClusterObjects import ClusterAttributeDescriptor
from chip.testing import matter_asserts
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main, has_attribute
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
from mobly import asserts

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 36b94e4

Please sign in to comment.