summaryrefslogtreecommitdiff
path: root/src/apscheduler/triggers/combining.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/apscheduler/triggers/combining.py')
-rw-r--r--src/apscheduler/triggers/combining.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apscheduler/triggers/combining.py b/src/apscheduler/triggers/combining.py
index adc7546..738fb30 100644
--- a/src/apscheduler/triggers/combining.py
+++ b/src/apscheduler/triggers/combining.py
@@ -6,9 +6,9 @@ from typing import Any
import attrs
+from .._exceptions import MaxIterationsReached
from .._validators import as_timedelta, require_state_version
from ..abc import Trigger
-from ..exceptions import MaxIterationsReached
from ..marshalling import marshal_object, unmarshal_object