From 507c2294cae08d3de935746f7b2ebbe6beec15e6 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Wed, 3 Jan 2024 09:28:37 +0000 Subject: [PATCH] Fix linter --- egi_notebooks_hub/d4science.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/egi_notebooks_hub/d4science.py b/egi_notebooks_hub/d4science.py index 1584c03..e336f58 100644 --- a/egi_notebooks_hub/d4science.py +++ b/egi_notebooks_hub/d4science.py @@ -250,7 +250,8 @@ class D4ScienceSpawner(KubeSpawner): config=True, help="""Frame ancestors for embedding the hub in d4science""", ) - use_sidecar = Bool(True, + use_sidecar = Bool( + True, config=True, help="""Whether to use or not a sidecar for the workspace""", )