remove unused oauth_scopes trait

replaced with property for deprecation
This commit is contained in:
Min RK
2023-08-01 13:12:53 +02:00
parent 80f2b9015a
commit 368f2234d1

View File

@@ -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(