SIGN IN SIGN UP
vinta / awesome-python UNCLAIMED

An opinionated list of Python frameworks, libraries, tools, and resources.

0 0 49 Python

refactor: replace manual total_seconds()/3600 with timedelta comparison

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>
V
Vinta Chen committed
6ae7c89688cd3f635d7c1927d34ca7069bef87c9
Parent: 95115f7