-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fixup mypy 1.7.0 errors #7231
Fixup mypy 1.7.0 errors #7231
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.
Thanks for the pr, LGTM.
48ea302
to
4b7d97b
Compare
Signed-off-by: Felix Schnabel <[email protected]>
Signed-off-by: Felix Schnabel <[email protected]>
Signed-off-by: Felix Schnabel <[email protected]>
Signed-off-by: Felix Schnabel <[email protected]>
d8556f3
to
63909a5
Compare
Hi @ericspod, do you have any other comments on this PR otherwise I think we could merge this one first to avoid ci broken in other PRs. Thanks! |
/build |
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!
Fixes Project-MONAI#7230. ### Description Fix the typing issues and the deprecation. Also always run type checking with Linux environment, since ForkServerContext is not available on Windows. ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). --------- Signed-off-by: Felix Schnabel <[email protected]> Signed-off-by: Mark Graham <[email protected]>
Fixes Project-MONAI#7230. ### Description Fix the typing issues and the deprecation. Also always run type checking with Linux environment, since ForkServerContext is not available on Windows. ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). --------- Signed-off-by: Felix Schnabel <[email protected]> Signed-off-by: Juan Pablo de la Cruz Gutiérrez <[email protected]>
Fixes Project-MONAI#7230. ### Description Fix the typing issues and the deprecation. Also always run type checking with Linux environment, since ForkServerContext is not available on Windows. ### Types of changes - [x] Non-breaking change (fix or new feature that would not break existing functionality). --------- Signed-off-by: Felix Schnabel <[email protected]> Signed-off-by: Yu0610 <[email protected]>
Fixes #7230.
Description
Fix the typing issues and the deprecation.
Also always run type checking with Linux environment, since ForkServerContext is not available on Windows.
Types of changes