diff options
Diffstat (limited to 'lib/sqlalchemy/sql/ddl.py')
-rw-r--r-- | lib/sqlalchemy/sql/ddl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py index 5345dfb6b..0acef135e 100644 --- a/lib/sqlalchemy/sql/ddl.py +++ b/lib/sqlalchemy/sql/ddl.py @@ -715,7 +715,7 @@ class SchemaGenerator(DDLBase): CreateTable( table, include_foreign_key_constraints= # noqa - include_foreign_key_constraints, + include_foreign_key_constraints, # noqa ) # fmt: on ) |