Skip to content

Replace logging.warn usage with logging.warning

logging.warn is an alias to logging.warning since Python 3.3 and will be removed in Python 3.13.

Merge request reports