]> 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:17:59 +0000 (12:17 -0500)
commitc89729cf67f441359da8289104050b01eb53160b
treefcaa520e3093d337ae1222214fbff996b7faae60
parent09856b911ba52befc330676ad831d7829f88ef20
- fix formatting on examples to list the description first, some flake8

Change-Id: I57144a559f20abab02e745d052be5ff84edec7f8
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