Skip to content

Commit

Permalink
Use stdlib dataclass instead of pydantic dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
himbeles committed Aug 2, 2021
1 parent 121b3f1 commit b79b58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_serialize_response_dataclass.py
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime
from fastapi import FastAPI
from fastapi.testclient import TestClient
from pydantic.dataclasses import dataclass
from dataclasses import dataclass

app = FastAPI()

Expand Down

0 comments on commit b79b58d

Please sign in to comment.