Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: remove unnecessary lru_cache import fallback #299

Merged
merged 2 commits into from
Apr 1, 2020

Conversation

OddBloke
Copy link
Collaborator

@OddBloke OddBloke commented Apr 1, 2020

functools.lru_cache has been present since Python 3.2, so we no longer need to handle its absence.

(Also sort util's imports while we're modifying them.)

OddBloke added 2 commits April 1, 2020 15:55
functools.lru_cache has been present since Python 3.2, so we no longer
need to handle its absence.
@OddBloke OddBloke merged commit 95ef35d into canonical:master Apr 1, 2020
@OddBloke OddBloke deleted the py3 branch April 1, 2020 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants