Skip to content

Commit

Permalink
Remove direct reference to KubeSpawner
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 24, 2024
1 parent 5f3833b commit 30ebf84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jupyterhub/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ def _default_access_scopes(self):
applied to their server before spawning.
- *spawner_override* - a dictionary with overrides to apply to the Spawner
settings. Each value can be either the final value to change or a callable that
take the `KubeSpawner` instance as parameter and return the final value. This can
be further overridden by 'profile_options'
take the `Spawner` instance as parameter and return the final value.
If the traitlet being overriden is a *dictionary*, the dictionary
will be *recursively updated*, rather than overriden. If you want to
remove a key, set its value to `None`
Expand Down

0 comments on commit 30ebf84

Please sign in to comment.