Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Apr 19, 2023
1 parent 6ae440e commit 45c2953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scheduler/tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
from scheduler.models import BaseJob, CronJob, JobArg, JobKwarg, RepeatableJob, ScheduledJob
from scheduler.tools import run_job, create_worker
from . import jobs
from .testtools import job_factory, jobarg_factory, _get_job_from_scheduled_registry, SchedulerBaseCase, _get_executions
from .testtools import (
job_factory, jobarg_factory, _get_job_from_scheduled_registry,
SchedulerBaseCase, _get_executions)
from ..queues import get_queue


Expand Down

0 comments on commit 45c2953

Please sign in to comment.