mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix import
This commit is contained in:
@@ -13,7 +13,7 @@ from tljh.normalize import generate_system_username
|
|||||||
from tljh.yaml import yaml
|
from tljh.yaml import yaml
|
||||||
from jupyterhub_traefik_proxy import TraefikTomlProxy
|
from jupyterhub_traefik_proxy import TraefikTomlProxy
|
||||||
|
|
||||||
from traitlets import Dict
|
from traitlets import Dict, Unicode, List
|
||||||
|
|
||||||
class UserCreatingSpawner(SystemdSpawner):
|
class UserCreatingSpawner(SystemdSpawner):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user