Skip to content

Commit

Permalink
docs: fix bad object type referenced in set_parameters.
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Bezut <[email protected]>
  • Loading branch information
morian committed Oct 27, 2024
1 parent d4fdb21 commit 5b2f4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aio_ld2410/ld2410.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ async def set_parameters(self, **kwargs: Unpack[ParametersConfig]) -> None:
See Also:
:class:`set_gate_sensitivity` to set additional parameters.
:meth:`set_gate_sensitivity` to set additional parameters.
Raises:
CommandContextError: when called outside of the configuration context.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ select = [
'Q', # flake8-quotes
'RET', # flake8-return
'RSE', # flake8-raise
'RUF', # Ruff-specific rules
'RUF', # ruff-specific rules
'S', # flake8-bandit
'SIM', # flake8-simplify
'SLF', # flake8-self
Expand Down

0 comments on commit 5b2f4a8

Please sign in to comment.