Commit a40de5a
authored
fix(handler): fix an invalid type hint (#46)
This fixes a small type annotation error in `handler.py` -- the
annotation had `ExceptionHandler or None` instead of `ExceptionHandler |
None`. This isn't detected by Python's own syntax checking because of
deferred annotations, but Pyright flags it.1 parent 5a1c35c commit a40de5a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments