fix: default option in attributes
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
from schemas.base import BaseSchema
|
||||
|
||||
|
||||
@ -15,7 +13,6 @@ class AttrSelectSchema(BaseSchema):
|
||||
class AttrOptionSchema(BaseSchema):
|
||||
id: int
|
||||
label: str
|
||||
value: Any
|
||||
|
||||
|
||||
class AttrSelectWithOptionsSchema(AttrSelectSchema):
|
||||
|
||||
Reference in New Issue
Block a user