summaryrefslogtreecommitdiff
path: root/src/mailman/database
diff options
context:
space:
mode:
authorBarry Warsaw2016-10-16 13:18:04 -0400
committerBarry Warsaw2016-10-16 13:18:04 -0400
commitb530d7d6efdd756f531ca0abd76d84510654f5a6 (patch)
treed0a92c97f82ca9fd1bde7a8e21d1d051145c6732 /src/mailman/database
parent61a13bbb8597c7b7db0f750bd0a753eb69e0c619 (diff)
downloadmailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.tar.gz
mailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.tar.zst
mailman-b530d7d6efdd756f531ca0abd76d84510654f5a6.zip
flake8 fixes.
Diffstat (limited to 'src/mailman/database')
-rw-r--r--src/mailman/database/alembic/versions/448a93984c35_unsubscription_workflow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/database/alembic/versions/448a93984c35_unsubscription_workflow.py b/src/mailman/database/alembic/versions/448a93984c35_unsubscription_workflow.py
index 106d9d5e0..85003bd1e 100644
--- a/src/mailman/database/alembic/versions/448a93984c35_unsubscription_workflow.py
+++ b/src/mailman/database/alembic/versions/448a93984c35_unsubscription_workflow.py
@@ -6,6 +6,7 @@ Create Date: 2016-06-02 14:34:24.154723
"""
import sqlalchemy as sa
+
from alembic import op
from mailman.database.helpers import exists_in_db
from mailman.database.types import Enum