From 3568b82b76e94485ab1ee26c845b7c12c466abfa Mon Sep 17 00:00:00 2001 From: xmarre Date: Sat, 14 Mar 2026 10:11:35 +0100 Subject: [PATCH] Revert "Add missing docstrings" This reverts commit 4b431ffc278d5be231d97ace5570b5a459bfb883. --- comfy_execution/caching.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfy_execution/caching.py b/comfy_execution/caching.py index 3e3bfcdab..b25673463 100644 --- a/comfy_execution/caching.py +++ b/comfy_execution/caching.py @@ -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")