[tooling] shut up basedpyright in this one case

This commit is contained in:
bronsen 2026-01-08 12:07:51 +01:00
parent 3e1bae138a
commit 8c0eff5693

View file

@ -4,7 +4,7 @@ import uuid
from natsort import natsorted
from sqlmodel import (
Field,
Field, # pyright: ignore[reportUnknownVariableType]
SQLModel,
)