This commit is contained in:
Kovid Goyal 2026-04-15 10:11:39 +05:30
parent b24425a1fd
commit fc1a17062e
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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()