python-babel / flask-babel

i18n and l10n support for Flask based on Babel and pytz
https://python-babel.github.io/flask-babel/
Other
432 stars 159 forks source link

replace deprecated locked_cached_property decorator with cached_property #230

Closed jkittner closed 9 months ago

jkittner commented 1 year ago

resolves #229

As discussed in #229, this replaces the deprecated @locked_cached_property with the @cached_property, since locking is not needed.