muellerzr's picture
muellerzr HF staff
Remove whitespace
ecb9f74
raw
history blame contribute delete
197 Bytes
if is_rich_available():
from rich.traceback import install
install(show_locals=False)
else:
raise ModuleNotFoundError("To use the rich extension, install rich with `pip install rich`")