mirror of
https://github.com/solero/houdini.git
synced 2025-08-08 03:34:05 +00:00
Remove cache decorator on string compiler results
This commit is contained in:
@@ -58,7 +58,6 @@ class PenguinStringCompiler(OrderedDict):
|
||||
assert type(compiler_method) == FunctionType
|
||||
super().__setitem__(key, compiler_method)
|
||||
|
||||
@cached(namespace='houdini')
|
||||
async def compile(self, p):
|
||||
compiler_method_results = []
|
||||
|
||||
|
Reference in New Issue
Block a user