Commit 5d1ca12
committed
Fix mypy error my creating a Task
Although Python doesn't support canceling coroutines in a different
thread, it allows gathering the result. QMemMan also doesn't allow
canceling API calls, so the cancel is a no-op.1 parent 12ac510 commit 5d1ca12
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | | - | |
631 | | - | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
632 | 634 | | |
633 | 635 | | |
634 | 636 | | |
| |||
0 commit comments