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: 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.
Fixesopenedx/public-engineering#149
Co-authored-by: Lewis M. Kabui <lewisemm@users.noreply.github.com>
0 commit comments