]> 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:20 +0000 (12:18 -0500)
commitd4108fa875f39056d348328b386533d19d14e6a5
tree1bf82852e1a72ab79db733cfb8bac04bbb87c8df
parentcd3646d31e5bc40614e3f46580e315dbf2313785
- 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