Skip to content

Commit

Permalink
chore: remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed Jun 3, 2024
1 parent 2db93f3 commit c120521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class_cache/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def clear(self) -> None:
self._to_delete = set()


# TODO: refactor this into a wrapper
class CacheWithDefault(Cache[KeyType, ValueType]):
VERSION = 0
NON_HASH_ATTRIBUTES: ClassVar[frozenset[str]] = frozenset(
Expand Down

0 comments on commit c120521

Please sign in to comment.