whylogs
whylogs copied to clipboard
Eliminate PIL warning from why.read()
Description
Don't warn if PIL is missing when importing ImageMetric
for why.read()
.
Changes
- Don't issue warning on import, just
ImageMetric
construction. - Silence the warning when setting up for
why.read()
Related
Relates to whylabs/whylogs#1490
Closes whylabs/whylogs#1490
- [ ] I have reviewed the Guidelines for Contributing and the Code of Conduct.