Skip to content

Commit

Permalink
Pylint.
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Mar 21, 2024
1 parent e6b91cb commit 4d5b7b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymodbus/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ def __init__(
broadcast_enable: bool = False,
reconnect_delay: float = 0.1,
reconnect_delay_max: float = 300.0,
on_reconnect_callback: Callable[[], None] | None = None,
no_resend_on_retry: bool = False,
**kwargs: Any,
) -> None:
Expand Down

0 comments on commit 4d5b7b0

Please sign in to comment.