Closed
Description
I installed the the types-tqdm but mypy doesn't recognize the tqdm_gui, in for example:
from tqdm import tqdm_gui
for x in tqdm_gui(range(10**8)):
pass
C:\Users\copperfield\Desktop\mypy_tests>mypy test10.py
test10.py:1: error: Module "tqdm" has no attribute "tqdm_gui"
Found 1 error in 1 file (checked 1 source file)
C:\Users\copperfield\Desktop\mypy_tests>
Metadata
Metadata
Assignees
Labels
No labels