Skip to content

Commit 935c13a

Browse files
Nathan Gillettcursoragent
authored andcommitted
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 <cursoragent@cursor.com>
1 parent 652be63 commit 935c13a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/generate_schema_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- ``output`` uses schema ``true`` (any JSON) for Pydantic ergonomics (matches relaxed JSON value).
77
- Does not write *.schema.json into the SDK tree.
88
"""
9+
910
from __future__ import annotations
1011

1112
import hashlib

0 commit comments

Comments
 (0)