summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/sql')
-rw-r--r--lib/sqlalchemy/sql/ddl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py
index 233e79f7c..f8985548e 100644
--- a/lib/sqlalchemy/sql/ddl.py
+++ b/lib/sqlalchemy/sql/ddl.py
@@ -1081,7 +1081,7 @@ class SchemaDropper(DDLBase):
table,
drop_ok=False,
_is_metadata_operation=False,
- _ignore_sequences=[],
+ _ignore_sequences=(),
):
if not drop_ok and not self._can_drop_table(table):
return