tkem / cachetools

Extensible memoizing collections and decorators
MIT License
2.34k stars 163 forks source link

docs/index.rst: small enhancement #308

Closed kuraga closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (1fcadea) to head (54a5fad).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #308 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 3 3 Lines 666 666 ========================================= Hits 666 666 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

kurtmckee commented 7 months ago

Nice. No need to inherit from object in Python 3.

tkem commented 7 months ago

Thanks! Remnants from the time cachetools supported both Python 2.7 and 3.x - surely, there are still some more of these ;-)