same as original code now -5 days of my life

This commit is contained in:
2025-02-07 18:27:20 -05:00
parent 511b070cbb
commit 1f5361da88
12 changed files with 394 additions and 394 deletions

View File

@@ -1,7 +1,5 @@
from pydantic import BaseModel, Field, validator
from typing import Optional, List
from pydantic import BaseModel
from datetime import datetime
from uuid import UUID
# Base schemas with shared attributes

View File

@@ -1,5 +1,4 @@
from pydantic import BaseModel, Field
from schemas.base import BaseSchema
class UpdateInventoryResponse(BaseModel):