Commit 3ef12f6
mum
Fix type-checking error for console.render call
Add type ignore comment for console.render(traceback) call.
The Traceback object is correctly renderable by rich's console,
but the type checker doesn't recognize this properly.1 parent a95fe54 commit 3ef12f6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments