MIMIR-BIOMEDICAL / mobile-unetplusplus-cac-scoring

Implementation of UNET++ for CAC Scoring using Tensorflow
MIT License
7 stars 2 forks source link

Remove redundant `None` default #47

Closed deepsource-autofix[bot] closed 1 year ago

deepsource-autofix[bot] commented 1 year ago

It is unnecessary to provide None as the default value when the key is not present in the dictionary as get implicitly returns None. Not preferred: