]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix: remove close_all() from proxy methods
authorBryan不可思议 <programripper@foxmail.com>
Sat, 14 Oct 2023 09:10:24 +0000 (09:10 +0000)
committerGitHub <noreply@github.com>
Sat, 14 Oct 2023 09:10:24 +0000 (09:10 +0000)
lib/sqlalchemy/ext/asyncio/scoping.py

index 0c19acb9797bddc73b6bf98db4bb73ca058b672a..3fddfc1b2d7307f6511e859d3396671879334e10 100644 (file)
@@ -67,7 +67,7 @@ _T = TypeVar("_T", bound=Any)
     AsyncSession,
     ":class:`_asyncio.AsyncSession`",
     ":class:`_asyncio.scoping.async_scoped_session`",
-    classmethods=["close_all", "object_session", "identity_key"],
+    classmethods=["object_session", "identity_key"],
     methods=[
         "__contains__",
         "__iter__",