Skip to content

Commit 3126fb6

Browse files
committed
pre-commit: run with pyupgrade --py38-plus
1 parent 9766b75 commit 3126fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/binderhub/files/binderhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
yaml = YAML(typ="safe")
77

88
# memoize so we only load config once
9-
@lru_cache()
9+
@lru_cache
1010
def _load_values():
1111
"""Load configuration from disk
1212

0 commit comments

Comments
 (0)