Sean Gies

Results 1 issues of Sean Gies

The following import statement triggers a pyi error in pytype: ``` from tqdm.notebook import IProgress ``` To reproduce: python-3.9.15 tqdm==4.67.0 pytype==2024.9.13 Test file is `foo.py`: ``` from tqdm.notebook import IProgress...