mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
Remove cache decorator on string compiler results
This commit is contained in:
parent
23b0838c81
commit
1c4ee8d2ff
@ -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 = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user