MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

`await pool.close()` in the docs example #1142

Closed Olegt0rr closed 6 months ago

Olegt0rr commented 6 months ago

Since pool.close() is awaitable, we should await it in the Pool usage example

Olegt0rr commented 6 months ago

Ah, sorry, duplicated #1125