Skip to content

Commit 9c4b32d

Browse files
committed
docs: Remove double newLine in CONTRIBUTING.md .
1 parent d6231d5 commit 9c4b32d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ lib/
3535
- **Exceptions**: use `except Exception:` instead of bare `except:`.
3636
- **No debug `print()`** in production driver code.
3737

38-
3938
## Driver API conventions
4039

4140
- **Constructor signature**: `def __init__(self, i2c, ..., address=DEFAULT_ADDR)` — first parameter is always `i2c` (not `bus`), address uses keyword argument with a default from `const.py`.
@@ -106,7 +105,6 @@ All pull requests must pass these checks:
106105
| Linting | `python-linter.yml` | Runs `ruff check` |
107106
| Mock tests | `tests.yml` | Runs mock driver tests |
108107

109-
110108
## Notes
111109

112110
* Keep implementations simple and readable

0 commit comments

Comments
 (0)