diff --git a/jupyterhub/spawner.py b/jupyterhub/spawner.py index 99faf081..9dfb426c 100644 --- a/jupyterhub/spawner.py +++ b/jupyterhub/spawner.py @@ -274,8 +274,6 @@ class Spawner(LoggingConfigurable): api_token = Unicode() oauth_client_id = Unicode() - oauth_scopes = List(Unicode()) - @property def oauth_scopes(self): warnings.warn(