From 1842f46708b9826f71f66265e707f11b804452d5 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 1 Jul 2019 17:59:10 +0300 Subject: [PATCH] Fixed typo --- tljh/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/jupyterhub_config.py b/tljh/jupyterhub_config.py index 801f817..51455dc 100644 --- a/tljh/jupyterhub_config.py +++ b/tljh/jupyterhub_config.py @@ -21,7 +21,7 @@ class UserCreatingSpawner(SystemdSpawner): FIXME: Remove this somehow? """ - user_groups = Dict(key_trait=Unicode(), value_trait=List(Unicode(), config=True)) + user_groups = Dict(key_trait=Unicode(), value_trait=List(Unicode()), config=True) def start(self): """