From e86add82e1e38129623df5da6459edb749aa5656 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Sun, 24 Mar 2024 17:15:58 +0000 Subject: [PATCH] ruff --- tools/schemapi/schemapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/schemapi/schemapi.py b/tools/schemapi/schemapi.py index 7da5b8fd5..829f477cf 100644 --- a/tools/schemapi/schemapi.py +++ b/tools/schemapi/schemapi.py @@ -71,6 +71,7 @@ jsonschema_version_str = importlib_version("jsonschema") + def enable_debug_mode() -> None: global DEBUG_MODE DEBUG_MODE = True