From 3d9c580eae675218a0a82cba89d8ba487f0b3a4f Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Thu, 7 May 2026 22:02:04 -0500 Subject: [PATCH] style(codegen): normalize generator formatting Keep the schema model generator consistently formatted so lint/format checks stay stable and diffs stay reviewable. Co-authored-by: Cursor --- scripts/generate_schema_models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generate_schema_models.py b/scripts/generate_schema_models.py index 3c170fd..7b05998 100644 --- a/scripts/generate_schema_models.py +++ b/scripts/generate_schema_models.py @@ -6,6 +6,7 @@ - ``output`` uses schema ``true`` (any JSON) for Pydantic ergonomics (matches relaxed JSON value). - Does not write *.schema.json into the SDK tree. """ + from __future__ import annotations import hashlib