1
0
Fork 0
tqdm/tests/tests_gui.py
Daniel Baumann 2da88b2fbc
Adding upstream version 4.64.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:13:00 +01:00

7 lines
147 B
Python

"""Test `tqdm.gui`."""
from .tests_tqdm import importorskip
def test_gui_import():
"""Test `tqdm.gui` import"""
importorskip('tqdm.gui')