mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-16 11:04:34 -05:00
Use timedelta(hours=CACHE_MAX_AGE_HOURS) so the cache-age check reads at the intended hours unit directly, removing the conversion arithmetic. Co-Authored-By: Claude <noreply@anthropic.com>