diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-09 16:51:29 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-09-09 16:51:29 -0400 |
commit | a2cd65bca9c4e802bdb04d9b254efb07eea8bebc (patch) | |
tree | 177b588688851955f234bf9e7cf3923a03e475a7 /alembic/autogenerate | |
parent | ead05ce48d40d4235b2395972fd1a6efb96d414c (diff) | |
download | alembic-a2cd65bca9c4e802bdb04d9b254efb07eea8bebc.tar.gz |
- finish flake8 on tests
Diffstat (limited to 'alembic/autogenerate')
-rw-r--r-- | alembic/autogenerate/compare.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/alembic/autogenerate/compare.py b/alembic/autogenerate/compare.py index 568119c..1a90934 100644 --- a/alembic/autogenerate/compare.py +++ b/alembic/autogenerate/compare.py @@ -260,8 +260,7 @@ def _compare_indexes_and_uniques(schema, tname, object_filters, conn_table, correct_for_autogen_constraints( conn_uniques, conn_indexes, metadata_unique_constraints, - metadata_indexes - ) + metadata_indexes) # 4. organize the constraints into "signature" collections, the # _constraint_sig() objects provide a consistent facade over both |