betty.jobs.no_op module

Jobs that do nothing.

final class betty.jobs.no_op.NoOpJob

Bases: Job

A job that does nothing.

async do(scheduler: Scheduler, /) None

Do the job.