Skip to content

Commit c6eed8a

Browse files
style: apply ruff format to src/schemaforge/parsers/json_schema_parser.py
1 parent a5b81ce commit c6eed8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schemaforge/parsers/json_schema_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
into tables/columns, where each definition becomes a table and
55
each property becomes a column with appropriate type mapping.
66
"""
7+
78
from __future__ import annotations
89

910
import json

0 commit comments

Comments
 (0)