Skip to content

Commit

Permalink
Add Todo for lru_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Nov 5, 2024
1 parent 9e506bf commit 22725f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/util/enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def lru_cache[_T: Callable[..., Any]](func: _T) -> _T:
"""Stub for lru_cache."""

else:
from functools import lru_cache
from functools import lru_cache # TODO # pylint: disable=fixme


@lru_cache
Expand Down

0 comments on commit 22725f7

Please sign in to comment.