summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/jinja.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/utils/jinja.py')
-rw-r--r--qutebrowser/utils/jinja.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/utils/jinja.py b/qutebrowser/utils/jinja.py
index 5775b317b..da8878aee 100644
--- a/qutebrowser/utils/jinja.py
+++ b/qutebrowser/utils/jinja.py
@@ -142,7 +142,7 @@ js_environment = jinja2.Environment(loader=Loader('javascript'))
@debugcachestats.register()
-@functools.lru_cache()
+@functools.lru_cache
def template_config_variables(template: str) -> FrozenSet[str]:
"""Return the config variables used in the template."""
unvisted_nodes: List[jinja2.nodes.Node] = [environment.parse(template)]