]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
chore: lint code
authorBryan不可思议 <programripper@foxmail.com>
Sat, 7 Oct 2023 07:00:53 +0000 (07:00 +0000)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2023 07:00:53 +0000 (07:00 +0000)
lib/sqlalchemy/ext/asyncio/scoping.py

index b2258f4611d132d4512a84e7473940e658cfb2b2..0c19acb9797bddc73b6bf98db4bb73ca058b672a 100644 (file)
@@ -1554,7 +1554,6 @@ class async_scoped_session(Generic[_AS]):
 
         .. deprecated:: 2.0 The :meth:`.AsyncSession.close_all` method is deprecated and will be removed in a future release.  Please refer to :func:`.session.close_all_sessions`.
 
-
         """  # noqa: E501
 
         return await AsyncSession.close_all()