We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9766b75 commit 3126fb6Copy full SHA for 3126fb6
helm-chart/binderhub/files/binderhub_config.py
@@ -6,7 +6,7 @@
6
yaml = YAML(typ="safe")
7
8
# memoize so we only load config once
9
-@lru_cache()
+@lru_cache
10
def _load_values():
11
"""Load configuration from disk
12
0 commit comments