Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: fix typings for progress.py #297

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

shubhbapna
Copy link
Collaborator

part of #226

fixes:

src/fromager/progress.py:10: error: Missing type parameters for generic type "tqdm"  [type-arg]
src/fromager/progress.py:27: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/fromager/progress.py:32: error: Missing type parameters for generic type "Iterable"  [type-arg]
src/fromager/progress.py:32: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]
src/fromager/progress.py:40: error: Function is missing a type annotation for one or more arguments  [no-untyped-def]

src/fromager/progress.py Outdated Show resolved Hide resolved
@shubhbapna shubhbapna requested a review from tiran August 7, 2024 14:39
@mergify mergify bot merged commit 4fe0930 into python-wheel-build:main Aug 12, 2024
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants