aboutsummaryrefslogtreecommitdiff
path: root/src/django_pgpmailman/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/django_pgpmailman/models.py')
-rw-r--r--src/django_pgpmailman/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/django_pgpmailman/models.py b/src/django_pgpmailman/models.py
index 8b8dbdd..406ae76 100644
--- a/src/django_pgpmailman/models.py
+++ b/src/django_pgpmailman/models.py
@@ -20,7 +20,7 @@ from __future__ import absolute_import, unicode_literals
from itertools import chain
-from mailmanclient._client import RESTObject, MailingList
+from mailmanclient._client import MailingList, RESTObject
from pgpy import PGPKey
from pgpy.errors import PGPError
from six.moves.urllib_error import HTTPError