Skip to content

Commit ea2b90a

Browse files
committed
update base model for atomic
1 parent 02fbce4 commit ea2b90a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

fastapi_jsonapi/atomic/schemas.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
from typing import List, Literal, Optional, Union
22

3-
from pydantic import Field, root_validator
3+
from pydantic import BaseModel, Field, root_validator
44
from starlette.datastructures import URLPath
55

6-
from fastapi_jsonapi.schema_base import BaseModel
7-
86

97
class OperationRelationshipSchema(BaseModel):
108
id: str = Field(default=..., description="Related object ID")

0 commit comments

Comments
 (0)