Антон Цыгулёв
Results
1
issues of
Антон Цыгулёв
## Summary Improves type inference in `async with pool.acquire()` by: 1. Adding `-> connection.Connection` return type to `PoolAcquireContext.__aenter__` 2. Renaming internal attribute `self.connection` to `self._conn` to avoid confusion and help...