delta-sharing icon indicating copy to clipboard operation
delta-sharing copied to clipboard

Replace deprecated logging.warn with logging.warning

Open hugovk opened this issue 2 years ago • 2 comments

Replace logging.warn (deprecated in Python 2.7, 2011) with logging.warning (added in Python 2.3, 2003).

  • https://docs.python.org/3/library/logging.html#logging.Logger.warning
  • https://github.com/python/cpython/issues/57444

hugovk avatar Jun 22 '22 07:06 hugovk

Thanks for the contribution! The change looks good. Could you fix the style issue to pass CI?

zsxwing avatar Jul 14 '22 16:07 zsxwing

Updated!

hugovk avatar Jul 15 '22 09:07 hugovk