Skip to content

Commit 48f5522

Browse files
committed
docs: get_connection doesnt accept any args
1 parent b3aee61 commit 48f5522

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

litestar_asyncpg/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ async def get_connection(
230230
) -> AsyncGenerator[Union[PoolConnectionProxy,Connection], None]: # noqa: UP007
231231
"""Create a connection instance.
232232
233-
Args:
234-
pool: The pool to grab a connection from
235-
236233
Returns:
237234
A connection instance.
238235
"""

0 commit comments

Comments
 (0)