More work on getting things working and ready for my CRUD v3 stuff. This may have been related to import loops or something.

This commit is contained in:
Scott Idem
2026-01-02 15:48:08 -05:00
parent 4a62eecf83
commit c1353fc971
3 changed files with 182 additions and 119 deletions

View File

@@ -30,8 +30,6 @@ from pydantic import (
BaseModel,
Field,
ValidationError,
computed_field,
model_validator,
)
# Internal imports (from this project)