]> 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:45 +0000 (12:18 -0500)
commit02b7cda74e6e7a43305a5b366a26fde8b8bb95e3
tree5550e79b08c451356616147a9daca88ec4d3b6c1
parent6a78505c7e2b3d62437c5101c2008dcabadfc408
- 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