psss / did

What did you do last week, month, year?
https://did.readthedocs.io/
GNU General Public License v2.0
245 stars 103 forks source link

Replace deprecated calls to `warn` #322

Closed sandrobonazzola closed 9 months ago

sandrobonazzola commented 10 months ago

Fixes:

DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead

when running with

export PYTHONWARNINGS="always::DeprecationWarning"