We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d0799 commit d09e63aCopy full SHA for d09e63a
rich/traceback.py
@@ -405,7 +405,7 @@ def extract(
405
406
from rich import _IMPORT_CWD
407
408
- notes: list[str] = getattr(exc_value, "__notes__", None) or []
+ notes: List[str] = getattr(exc_value, "__notes__", None) or []
409
410
def safe_str(_object: Any) -> str:
411
"""Don't allow exceptions from __str__ to propagate."""
0 commit comments