Skip to content

Commit 55dd54e

Browse files
committed
Merge branch 'ixxat_dev' of https://github.com/MattWoodhead/python-can into ixxat_dev
2 parents 8c7ab68 + bf60bc9 commit 55dd54e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/interfaces/ixxat/canlib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ def _send_periodic_internal(
157157
duration: Optional[float] = None,
158158
modifier_callback: Optional[Callable[[Message], None]] = None,
159159
) -> CyclicSendTaskABC:
160-
return self.bus._send_periodic_internal(msgs, period, duration, modifier_callback)
160+
return self.bus._send_periodic_internal(
161+
msgs, period, duration, modifier_callback
162+
)
161163

162164
def shutdown(self) -> None:
163165
super().shutdown()

0 commit comments

Comments
 (0)