style(storage): format storage package

This commit is contained in:
rayhpeng
2026-05-13 12:52:34 +08:00
parent 11a9041b65
commit 34ec205e1d
16 changed files with 47 additions and 94 deletions
@@ -23,7 +23,7 @@ id_key = Annotated[
autoincrement=True,
sort_order=-999,
comment="Primary key ID",
)
),
]