Commit 5a160a1
committed
fix: rename _worker_pool to _pool in _reset_pool()
- _reset_pool() in worker_pool.py referenced _worker_pool but the global
singleton is named _pool, causing three mypy name-defined errors1 parent 3dd0eb6 commit 5a160a1
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
302 | | - | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
0 commit comments