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 d11f11c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
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 d11f11c

Please sign in to comment.