From 748bf710fdeeed327933a5e7c277c7f79f6053a6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 1 Jan 2020 10:51:15 -0500 Subject: Source base cleanups in trying to apply 2020 copyright to files, the pre-commit hooks complain about random file issues. - remove old corrections.py utility, this had something to do with repairing refs in the sphinx docs - run pre commit hooks on all files - formatting adjustments to work around code formatting collisions (long import lines that zimports can't rewrite correctly) Change-Id: I260744866f69e902eb93665c7c728ee94d3371a2 --- lib/sqlalchemy/sql/ddl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql') 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 ) -- cgit v1.2.1