Skip to content

Commit e2cfb8b

Browse files
committed
Fix engine compatibility
1 parent 493ad07 commit e2cfb8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

psqlpy_piccolo/engine.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,6 @@ async def prep_database(self: Self) -> None:
487487

488488
async def start_connnection_pool(
489489
self: Self,
490-
max_pool_size: int = 1,
491490
**kwargs: Dict[str, Any],
492491
) -> None:
493492
"""Start new connection pool.

0 commit comments

Comments
 (0)