summaryrefslogtreecommitdiff
path: root/src/mailman/database/types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/database/types.py')
-rw-r--r--src/mailman/database/types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/types.py b/src/mailman/database/types.py
index 343ee0461..28b261514 100644
--- a/src/mailman/database/types.py
+++ b/src/mailman/database/types.py
@@ -22,7 +22,7 @@ import uuid
from mailman import public
from sqlalchemy import Integer
from sqlalchemy.dialects import postgresql
-from sqlalchemy.types import TypeDecorator, CHAR
+from sqlalchemy.types import CHAR, TypeDecorator
@public