Skip to content

Commit fdf4a18

Browse files
Restyle
1 parent 4b431de commit fdf4a18

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/restyled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: restyled-io/actions/run@v4
2626
with:
2727
fail-on-differences: true
28+
path: '.'
2829

2930
- if: |
3031
!cancelled() &&

src/app/tests/suites/certification/Test_TC_DLOG_2_1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,4 +611,4 @@ tests:
611611
[1707904517.151816][36678:36681] CHIP:DMG:
612612
[1707904517.151824][36678:36681] CHIP:DMG: InteractionModelRevision = 11
613613
[1707904517.151830][36678:36681] CHIP:DMG: },
614-
disabled: true
614+
disabled: true

src/python_testing/TestSpecParsingDeviceType.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from jinja2 import Template
2424
from matter_testing_support import MatterBaseTest, default_matter_test_main
2525
from mobly import asserts
26-
from spec_parsing_support import build_xml_clusters, build_xml_device_types, parse_single_device_type, PrebuiltDataModelDirectory
26+
from spec_parsing_support import PrebuiltDataModelDirectory, build_xml_clusters, build_xml_device_types, parse_single_device_type
2727
from TC_DeviceConformance import DeviceConformanceTests
2828

2929

src/python_testing/TestSpecParsingSelection.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616
#
1717
import chip.clusters as Clusters
18+
from chip.tlv import uint
1819
from conformance_support import ConformanceDecision, ConformanceException
19-
from global_attribute_ids import attribute_id_type, AttributeIdType
20+
from global_attribute_ids import AttributeIdType, attribute_id_type
2021
from matter_testing_support import MatterBaseTest, default_matter_test_main
21-
from spec_parsing_support import PrebuiltDataModelDirectory, build_xml_clusters, dm_from_spec_version
22-
from chip.tlv import uint
2322
from mobly import asserts, signals
23+
from spec_parsing_support import PrebuiltDataModelDirectory, build_xml_clusters, dm_from_spec_version
2424
from TC_DeviceConformance import DeviceConformanceTests
2525

2626

0 commit comments

Comments
 (0)