From c1205210976003ed0b3e7aa5ef1ef75a511f3065 Mon Sep 17 00:00:00 2001 From: Artem Vasenin Date: Mon, 3 Jun 2024 21:18:03 +0100 Subject: [PATCH] chore: remove wrong comment --- class_cache/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/class_cache/core.py b/class_cache/core.py index 020b72c..e61f78e 100644 --- a/class_cache/core.py +++ b/class_cache/core.py @@ -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(