timotheus / ebaysdk-python

eBay API SDK for Python
https://developer.ebay.com/tools/sdks
Other
809 stars 326 forks source link

The 'warn' method is deprecated #338

Closed pauloxnet closed 3 years ago

pauloxnet commented 3 years ago

Executing the library I got this DeprecationWarning:

.../lib/python3.8/site-packages/ebaysdk/trading/__init__.py:801:
  DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
    log.warn("{verb}: {message}\n\n".format(
pauloxnet commented 3 years ago

Fixed in #346