Revert "Add missing docstrings"

This reverts commit 4b431ffc27.
This commit is contained in:
xmarre 2026-03-14 10:11:35 +01:00
parent 6728d4d439
commit 3568b82b76

View File

@ -47,8 +47,6 @@ class CacheKeySet(ABC):
return self.subcache_keys.get(node_id, None)
class Unhashable:
"""Hashable sentinel used when an input cannot be safely represented."""
def __init__(self):
"""Create a hashable sentinel value for unhashable prompt inputs."""
self.value = float("NaN")