-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix mypy errors attributed to pytorch_lightning.demos.boring_classes
#14201
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @krishnakalyan3 ,
thanks for the PR!
However, just slapping Any
on every single type is not what we want to achieve here. We actually want meaningful types. I corrected a whole bunch of them. Would you mind resolving the others (and add missing imports)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM when Justus's comments addressed
Thanks for the feedback @justusschock. |
Thanks, @otaj. I should have checked the asserts. |
Head branch was pushed to by a user without write access
Part of #13445