requests / requests-oauthlib

OAuthlib support for Python-Requests!
https://requests-oauthlib.readthedocs.org/
ISC License
1.72k stars 424 forks source link

Removed the TokenUpdated exception. #511

Open ewtoombs opened 1 year ago

ewtoombs commented 1 year ago

It was redundant. There is no reason why any code that must react to the exception couldn't just use token_updater. See also #510 .