Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Replace deprecated .warn method with .warning (#34057)
The `logging.Logger.warn` method has been deprecated since Python 3.3 and is due to be removed all together in Python 3.13. See python/cpython#105377 `logging.Logger.warning` is the preferred and recommended way to log warnings. Fixes openedx/public-engineering#149 Co-authored-by: Lewis M. Kabui <[email protected]>
- Loading branch information