1
0
Fork 0
tqdm/tests/tests_rich.py
Daniel Baumann 6759e100fe
Merging upstream version 4.66.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:14:31 +01:00

7 lines
151 B
Python

"""Test `tqdm.rich`."""
from .tests_tqdm import importorskip
def test_rich_import():
"""Test `tqdm.rich` import"""
importorskip('tqdm.rich')