Skip to content

Commit

Permalink
Fix CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jan 24, 2025
1 parent 0d3c003 commit 3f2fc0c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,7 @@ PyFunction
pylint
PyObject
pypi
pyproject
PyRun
pytest
QEMU
Expand Down
2 changes: 1 addition & 1 deletion docs/style/CODING_STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ be removed.
We use the following auto-formatters on code:

| Language | Formatter | Style File |
| ----------- | ------------------ | -----------------------------------|
| ----------- | ------------------ | ---------------------------------- |
| C++ | clang-format | [.clang-format][clang_format_link] |
| Objective-C | clang-format | [.clang-format][clang_format_link] |
| java | google-java-format | N/A |
Expand Down
2 changes: 0 additions & 2 deletions src/python_testing/TC_DGSW_2_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
# === END CI TEST ARGUMENTS ===
#

from mobly import asserts

import chip.clusters as Clusters
from chip.testing import matter_asserts
from chip.testing.matter_testing import MatterBaseTest, TestStep, async_test_body, default_matter_test_main
Expand Down
2 changes: 0 additions & 2 deletions src/python_testing/TC_DGSW_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
# === END CI TEST ARGUMENTS ===
#

from mobly import asserts

import chip.clusters as Clusters
from chip.testing import matter_asserts
from chip.testing.matter_testing import EventChangeCallback, MatterBaseTest, TestStep, async_test_body, default_matter_test_main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
import chip.FabricAdmin
import chip.logging
import chip.native
from chip import ChipDeviceCtrl
from chip import discovery
from chip import ChipDeviceCtrl, discovery
from chip.ChipDeviceCtrl import CommissioningParameters
from chip.ChipStack import ChipStack
from chip.clusters import Attribute
Expand Down

0 comments on commit 3f2fc0c

Please sign in to comment.