mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 04:53:01 +00:00
move user.proxy_pending to Spawner._proxy_pending
This commit is contained in:
@@ -117,10 +117,6 @@ class User(HasTraits):
|
||||
self._user_id = None
|
||||
|
||||
spawners = None
|
||||
spawn_pending = False
|
||||
stop_pending = False
|
||||
proxy_pending = False
|
||||
waiting_for_response = False
|
||||
|
||||
@property
|
||||
def authenticator(self):
|
||||
|
Reference in New Issue
Block a user