summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-07-30 22:34:16 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-07-30 23:52:08 +0300
commitb1b45ba4e987b4efa91e4b7d0d744f50dccf5637 (patch)
tree11bc2995515e9d247dcdc28720a2a9315382057f /tests
parent0bc26e22b458ec0f013c467ef6206130257d03be (diff)
downloadapscheduler-b1b45ba4e987b4efa91e4b7d0d744f50dccf5637.tar.gz
Made the apscheduler.context module private and re-exported its code
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,