]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix formatting on examples to list the description first, some flake8
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2018 17:17:59 +0000 (12:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 7 Dec 2018 17:18:35 +0000 (12:18 -0500)
commit651d52804749b1afabc64edc668b8d86ce19c74b
tree507a549a3bba90cc5a5601a6f063590712f05f0e
parent311f4f26b7ebe511c61d798ad7289f9daf14ff1b
- fix formatting on examples to list the description first, some flake8

Change-Id: I57144a559f20abab02e745d052be5ff84edec7f8
(cherry picked from commit c89729cf67f441359da8289104050b01eb53160b)
16 files changed:
examples/association/basic_association.py
examples/association/dict_of_sets_with_default.py
examples/association/proxied_association.py
examples/custom_attributes/listen_for_events.py
examples/dogpile_caching/advanced.py
examples/dogpile_caching/caching_query.py
examples/dogpile_caching/environment.py
examples/dogpile_caching/fixture_data.py
examples/dogpile_caching/helloworld.py
examples/dogpile_caching/local_session_caching.py
examples/dogpile_caching/model.py
examples/dogpile_caching/relationship_caching.py
examples/generic_associations/discriminator_on_association.py
examples/generic_associations/generic_fk.py
examples/generic_associations/table_per_association.py
examples/generic_associations/table_per_related.py