Commit 3cf1f7c
committed
Use Any type in traceback tuple
And not traitlets any trait. Since this is a python standard library
type, it seems likely that using the Any trait here was a typo.
Formally I would expect the traceback type to be
types.TracebackType | None but perhaps there
is a good reason to use Any here?1 parent b3edf5e commit 3cf1f7c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2141 | 2141 | | |
2142 | 2142 | | |
2143 | 2143 | | |
2144 | | - | |
| 2144 | + | |
2145 | 2145 | | |
2146 | 2146 | | |
2147 | 2147 | | |
| |||
0 commit comments