summaryrefslogtreecommitdiff
path: root/src/apscheduler/structures.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/apscheduler/structures.py')
-rw-r--r--src/apscheduler/structures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apscheduler/structures.py b/src/apscheduler/structures.py
index 55d5278..148f0db 100644
--- a/src/apscheduler/structures.py
+++ b/src/apscheduler/structures.py
@@ -12,7 +12,7 @@ from attrs.validators import instance_of
from . import abc
from ._converters import as_enum, as_timedelta
-from .enums import CoalescePolicy, JobOutcome
+from ._enums import CoalescePolicy, JobOutcome
from .marshalling import callable_from_ref, callable_to_ref