Doesn't need this

This commit is contained in:
Rollin Thomas
2019-05-08 09:45:54 -07:00
parent 5bbb292ef5
commit d05d92c03a

View File

@@ -628,6 +628,10 @@ class Spawner(LoggingConfigurable):
"""
).tag(config=True)
def handle_auth_state(self, auth_state):
"""Pass optional auth_state to Spawner."""
pass
def load_state(self, state):
"""Restore state of spawner from database.