Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jan 3, 2024
1 parent 2dc33eb commit 507c229
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion egi_notebooks_hub/d4science.py
Original file line number Diff line number Diff line change
Expand Up @@ -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""",
)
Expand Down

0 comments on commit 507c229

Please sign in to comment.