Skip to content

Commit 5e4e374

Browse files
committed
Add FIXME
1 parent 0b4ee7d commit 5e4e374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractal_tasks_core/dev/task_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from typing import Any
1919
from typing import Optional
2020

21-
from pydantic import BaseModel
21+
from pydantic import BaseModel # FIXME: make this flexible for Pydantic v1/v2
2222

2323

2424
class _BaseTask(BaseModel):

0 commit comments

Comments
 (0)