Commit 787a6db
committed
Replace asyncio.iscoroutinefunction with inspect
Starting in Python 3.14, use of `asyncio.iscoroutinefunction` emits a
deprecation warning (c.f. python/cpython#122858). The recommendation is
to use inspect.iscoroutinefunction instead.1 parent 59b572e commit 787a6db
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | | - | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
348 | | - | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
0 commit comments