You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix guard both OptionalImportError raises with raise_on_missing_reader flag
Both raise statements in LoadImage.__init__ now use the same guarding
mechanism via the raise_on_missing_reader flag. This ensures consistent
behavior when dealing with missing readers whether they are unrecognized
names or missing optional dependencies.
Also applied code formatting fixes.
Signed-off-by: Sarah <[email protected]>
0 commit comments