Commit 27d05f1
fix: add null guards for _client in Python v3 handlers
The ty type checker correctly identifies that self._client can be None.
Add explicit guards before the .request() calls in the v3 broadcast
event handlers.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 929baa4 commit 27d05f1
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1538 | 1538 | | |
1539 | 1539 | | |
1540 | 1540 | | |
| 1541 | + | |
| 1542 | + | |
1541 | 1543 | | |
1542 | 1544 | | |
1543 | 1545 | | |
| |||
1583 | 1585 | | |
1584 | 1586 | | |
1585 | 1587 | | |
| 1588 | + | |
| 1589 | + | |
1586 | 1590 | | |
1587 | 1591 | | |
1588 | 1592 | | |
| |||
0 commit comments