Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions litestar_asyncpg/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ async def provide_connection(self, state: "State", scope: "Scope") -> "AsyncGene
async def get_connection(self) -> "AsyncGenerator[AsyncpgConnection, None]":
"""Create a connection instance.

Args:
pool: The pool to grab a connection from

Returns:
A connection instance.
"""
Expand Down