From 5916407a5059ec70f1485fb1be9a86c76b9c3de9 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Thu, 14 Nov 2024 23:14:17 -0500 Subject: [PATCH] Update tljh/config_schema.py Co-authored-by: Min RK --- tljh/config_schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/config_schema.py b/tljh/config_schema.py index 9463cf2..f86d321 100644 --- a/tljh/config_schema.py +++ b/tljh/config_schema.py @@ -84,7 +84,7 @@ config_schema = { "cpu": { "anyOf": [ {"type": "number", "minimum": 0}, - {"type": "string", "enum": ["None"]}, + {"type": "null"}, ] }, },