Skip to content

Commit 7cd1b9a

Browse files
committed
Fix linter
1 parent 6c6fa38 commit 7cd1b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TestSpecParsingSupport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import chip.clusters as Clusters
2121
from global_attribute_ids import GlobalAttributeIds
22-
from matter_testing_support import MatterBaseTest, default_matter_test_main
22+
from matter_testing_support import MatterBaseTest, ProblemNotice, default_matter_test_main
2323
from mobly import asserts
2424
from spec_parsing_support import (ClusterParser, XmlCluster, add_cluster_data_from_xml, check_clusters_for_unknown_commands,
2525
combine_derived_clusters_with_base)

0 commit comments

Comments
 (0)