jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

fix default value for launch_quota_class #1552

Closed minrk closed 1 year ago

minrk commented 1 year ago

first positional argument is default_value, there is no default argument. So what we had before was equivalent to Type(default_value=LaunchQuota).tag(default=KubernetesLaunchQuota) (where KubernetesLaunchQuota was placed in metadata and ignored).