From: semen603089 Date: Sat, 15 Jul 2023 03:13:09 +0000 (+0300) Subject: "black" files which have to be reformatted X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0da688f663565b2d193afc0ba87b6906fb1d154;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git "black" files which have to be reformatted --- diff --git a/lib/sqlalchemy/ext/asyncio/engine.py b/lib/sqlalchemy/ext/asyncio/engine.py index 916e13dcad..08e10c6332 100644 --- a/lib/sqlalchemy/ext/asyncio/engine.py +++ b/lib/sqlalchemy/ext/asyncio/engine.py @@ -477,8 +477,7 @@ class AsyncConnection( await greenlet_spawn(self._proxied.close) async def aclose(self) -> None: - """Call the close() method of :class:`_asyncio.AsyncConnection` - """ + """Call the close() method of :class:`_asyncio.AsyncConnection`""" await self.close() async def exec_driver_sql( diff --git a/lib/sqlalchemy/ext/asyncio/session.py b/lib/sqlalchemy/ext/asyncio/session.py index 25137dce73..26d0fe6445 100644 --- a/lib/sqlalchemy/ext/asyncio/session.py +++ b/lib/sqlalchemy/ext/asyncio/session.py @@ -974,8 +974,7 @@ class AsyncSession(ReversibleProxy[Session]): await greenlet_spawn(self.sync_session.close) async def aclose(self) -> None: - """Call the close() method of :class:`_asyncio.AsyncSession` - """ + """Call the close() method of :class:`_asyncio.AsyncSession`""" await self.close() async def invalidate(self) -> None: