log.warn() was deprecated in python 2, there are left over logs that need to be updated to `log.warning()`
- links to
- mentioned on
(1 mentioned on)
log.warn() was deprecated in python 2, there are left over logs that need to be updated to `log.warning()`