]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
run a black run
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Mar 2019 01:29:05 +0000 (20:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Mar 2019 01:29:05 +0000 (20:29 -0500)
commit201c4a60e4b8af56d9c02a3675d1443ba4171c89
tree07f9f6345e6c67e60e86407b9cb4ba4dc0e94f66
parent66373c58118dc70ef59ff60c0516ef158966c47b
run a black run

fix some pep8s that snuck in

Change-Id: Ied282007df30a52d232b1ba88659f2a123ff380f
lib/sqlalchemy/__init__.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/util/langhelpers.py
test/engine/test_parseconnect.py
test/engine/test_pool.py
test/orm/test_events.py
test/orm/test_query.py
test/orm/test_unitofwork.py
test/sql/test_insert.py