Skip to content

Commit 822bd9b

Browse files
committed
bug fix tests
1 parent be22769 commit 822bd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmipld/tests/jsonld/experiment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from pydantic import BaseModel, Field, field_validator
2+
from pydantic import BaseModel, Field, field_validator, model_validator
33
from pydantic import StrictStr, StrictBool, StrictFloat
44
from typing import Union, Optional, List
55
import json

0 commit comments

Comments
 (0)