]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove **kw from AsyncSession.begin() / AsyncSession.begin_nested()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2022 14:01:56 +0000 (09:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Feb 2022 14:01:56 +0000 (09:01 -0500)
commit50db0480d97ee0658f738ae2093cd5be0b20251d
tree820f9abcd38e42ee9fc370ce564318ebcd805033
parentd6b3c82b0c329730bcaff42b4bb39dba83acb536
remove **kw from AsyncSession.begin() / AsyncSession.begin_nested()

Removed the unused ``**kw`` arguments from
:class:`_asyncio.AsyncSession.begin` and
:class:`_asyncio.AsyncSession.begin_nested`. These kw aren't used and
appear to have been added to the API in error.

Fixes: #7703
Change-Id: I39ff3850929d83e6efeb7f284f2f4d5e4ca120b1
doc/build/changelog/unreleased_20/7703.rst [new file with mode: 0644]
lib/sqlalchemy/ext/asyncio/session.py