Skip to content

Commit

Permalink
Update src/dispatch/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Vilanova <[email protected]>
  • Loading branch information
kevgliss and mvilanova authored Sep 20, 2023
1 parent 00fb8e6 commit 9571999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dispatch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,7 @@ def dispatch_scheduler():
)
from .term.scheduled import sync_terms # noqa
from .workflow.scheduled import sync_workflows # noqa
from .case.scheduled import case_triage_reminder # noqa
from .case.scheduled import case_close_reminder # noqa
from .case.scheduled import case_triage_reminder, case_close_reminder # noqa


@dispatch_scheduler.command("list")
Expand Down

0 comments on commit 9571999

Please sign in to comment.