This commit is contained in:
Kovid Goyal
2026-04-15 10:11:39 +05:30
parent b24425a1fd
commit fc1a17062e

View File

@@ -128,7 +128,6 @@ class CachedProcessData:
def stop_caching(self, prev: bool) -> None:
self.cache_active = prev
self.cached_result = None
process_data_cache = CachedProcessData()