Skip to content

Commit 9360118

Browse files
committed
Format with black to pass checks
1 parent 05444a9 commit 9360118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/bus.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ def send_periodic(
276276
# Create a backend specific task; will be patched to a _SelfRemovingCyclicTask later
277277
task = cast(
278278
_SelfRemovingCyclicTask,
279-
self._send_periodic_internal(msgs, period, duration, autostart, modifier_callback),
279+
self._send_periodic_internal(
280+
msgs, period, duration, autostart, modifier_callback
281+
),
280282
)
281283
# we wrap the task's stop method to also remove it from the Bus's list of tasks
282284
periodic_tasks = self._periodic_tasks

0 commit comments

Comments
 (0)