Skip to content

Commit 93683e2

Browse files
committed
Fix stray ) in comment
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 4f02bca commit 93683e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/dispatch/_bg_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ async def _update_dispatch_schedule_and_notify(
334334
self._remove_scheduled(old_dispatch)
335335

336336
was_running = old_dispatch.started
337-
old_dispatch._set_deleted() # pylint: disable=protected-access)
337+
old_dispatch._set_deleted() # pylint: disable=protected-access
338338

339339
# If the dispatch was running, we need to notify
340340
if was_running:

0 commit comments

Comments
 (0)