mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
remove unused oauth_scopes trait
replaced with property for deprecation
This commit is contained in:
@@ -274,8 +274,6 @@ class Spawner(LoggingConfigurable):
|
|||||||
api_token = Unicode()
|
api_token = Unicode()
|
||||||
oauth_client_id = Unicode()
|
oauth_client_id = Unicode()
|
||||||
|
|
||||||
oauth_scopes = List(Unicode())
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def oauth_scopes(self):
|
def oauth_scopes(self):
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
|
Reference in New Issue
Block a user