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 12, 2024
1 parent 3316ab0 commit fe52f27
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 fe52f27

Please sign in to comment.