Commit 3118042
authored
Use Any type in traceback tuple (ipython#15096)
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 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