mirror of https://github.com/tqdm/tqdm.git
8 lines
143 B
Python
8 lines
143 B
Python
|
"""Test `tqdm.tk`."""
|
||
|
from .tests_tqdm import importorskip
|
||
|
|
||
|
|
||
|
def test_tk_import():
|
||
|
"""Test `tqdm.tk` import"""
|
||
|
importorskip('tqdm.tk')
|