Skip to content

Commit e58b042

Browse files
committed
fix:flake8
1 parent 606ccf1 commit e58b042

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scheduler/tests/test_cron_task.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
from scheduler.models import CronTask
55
from scheduler.tools import create_worker
66
from .test_models import BaseTestCases
7-
from .testtools import (
8-
task_factory, _get_job_from_scheduled_registry)
7+
from .testtools import task_factory
98
from ..queues import get_queue
109

1110

0 commit comments

Comments
 (0)