Skip to content
Snippets Groups Projects
Commit 424bb16e authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole
Browse files

fix typo in pydantic import.

parent 7bc046e0
No related branches found
No related tags found
1 merge request!363Small pydantic fixes
from types import Optional from typing import Optional
from pydantic import BaseModel, Field from pydantic import BaseModel, Field
from enum import Enum from enum import Enum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment