MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Update Typing in Code to Remove Ignore Annotation

Open ericspod opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. There are a lot of annotations in the code for disabling type checking by mypy and pytype. Some of these are unavoidable where untyped code is used, but in many places this is due to improper types being used.

Describe the solution you'd like At some point the codebase should be reviewed to identify where better type checking can be done and remove these annotations.

ericspod avatar Mar 07 '25 15:03 ericspod