Closed jhlegarreta closed 11 months ago
Do not try/except on non-optional imports.
try
except
Also, raise an exception if the corresponding option is not found.
Do not
try
/except
on non-optional imports.Also, raise an exception if the corresponding option is not found.