From: Bryan不可思议 Date: Sat, 7 Oct 2023 07:00:53 +0000 (+0000) Subject: chore: lint code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e27d8040a6f0b21d1e4280d6eb193dfca97435f6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git chore: lint code --- diff --git a/lib/sqlalchemy/ext/asyncio/scoping.py b/lib/sqlalchemy/ext/asyncio/scoping.py index b2258f4611..0c19acb979 100644 --- a/lib/sqlalchemy/ext/asyncio/scoping.py +++ b/lib/sqlalchemy/ext/asyncio/scoping.py @@ -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()