Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore(pydantic): fix moved import
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth committed Aug 3, 2023
1 parent 7722b8c commit b3b0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/projects/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
get_page_parameter,
get_per_page_parameter,
)
from pydantic.error_wrappers import ValidationError
from pydantic import ValidationError
from werkzeug.exceptions import HTTPException
from werkzeug.wrappers import Response

Expand Down

0 comments on commit b3b0384

Please sign in to comment.