Skip to content

Commit

Permalink
fix:flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Jan 10, 2024
1 parent 606ccf1 commit e58b042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scheduler/tests/test_cron_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
from scheduler.models import CronTask
from scheduler.tools import create_worker
from .test_models import BaseTestCases
from .testtools import (
task_factory, _get_job_from_scheduled_registry)
from .testtools import task_factory
from ..queues import get_queue


Expand Down

0 comments on commit e58b042

Please sign in to comment.