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 Apr 20, 2024
1 parent ec9bd4b commit 9f47def
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 @@ -13,7 +13,7 @@ def lru_cache(func: _LruCacheT) -> _LruCacheT:
"""Stub for lru_cache."""

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

_EnumT = TypeVar("_EnumT", bound=Enum)

Expand Down

0 comments on commit 9f47def

Please sign in to comment.