summaryrefslogtreecommitdiff
path: root/alembic/ddl/mysql.py
diff options
context:
space:
mode:
Diffstat (limited to 'alembic/ddl/mysql.py')
-rw-r--r--alembic/ddl/mysql.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alembic/ddl/mysql.py b/alembic/ddl/mysql.py
index aac8184..b93d29f 100644
--- a/alembic/ddl/mysql.py
+++ b/alembic/ddl/mysql.py
@@ -95,7 +95,6 @@ class MySQLImpl(DefaultImpl):
# TODO: if SQLA 1.0, make use of "duplicates_index"
# metadata
-
removed = set()
for idx in list(conn_indexes):
# MySQL puts implicit indexes on FK columns, even if