summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/autorespond.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/autorespond.py')
-rw-r--r--src/mailman/interfaces/autorespond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/interfaces/autorespond.py b/src/mailman/interfaces/autorespond.py
index 7f6d44711..a67cf6aaf 100644
--- a/src/mailman/interfaces/autorespond.py
+++ b/src/mailman/interfaces/autorespond.py
@@ -20,7 +20,7 @@
from datetime import timedelta
from enum import Enum
from mailman import public
-from zope.interface import Interface, Attribute
+from zope.interface import Attribute, Interface
ALWAYS_REPLY = timedelta()