1
0
Fork 0
tqdm/tests/tests_tk.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
143 B
Python

"""Test `tqdm.tk`."""
from .tests_tqdm import importorskip
def test_tk_import():
"""Test `tqdm.tk` import"""
importorskip('tqdm.tk')