From a1f1c5e046a664502cb787fb0a01e9301c4d9809 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:12:40 -0400 Subject: [PATCH] Remove `FIXME` --- tljh/configurer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tljh/configurer.py b/tljh/configurer.py index 7a58bbe..2c5a32c 100644 --- a/tljh/configurer.py +++ b/tljh/configurer.py @@ -5,7 +5,6 @@ Config should never append or mutate, only set. Functions here could be called many times per lifetime of a jupyterhub. Traitlets that modify the startup of JupyterHub should not be here. -FIXME: A strong feeling that JSON Schema should be involved somehow. """ import os