Skip to content

Commit 0395818

Browse files
style: apply ruff format to src/schemaforge/generators/_base.py
1 parent f3638e7 commit 0395818

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schemaforge/generators/_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Provides common helpers for type resolution, type arguments,
44
and default value handling to reduce duplication across generators.
55
"""
6+
67
from __future__ import annotations
78

89
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)