summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_schedulers.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_schedulers.py b/tests/test_schedulers.py
index cd64b34..54c6bbf 100644
--- a/tests/test_schedulers.py
+++ b/tests/test_schedulers.py
@@ -18,8 +18,10 @@ from apscheduler import (
Schedule,
ScheduleLookupError,
Task,
+ current_scheduler,
+ current_worker,
+ job_info,
)
-from apscheduler.context import current_scheduler, current_worker, job_info
from apscheduler.events import (
Event,
JobAdded,