Skip to content

Commit 86d8659

Browse files
committed
again
1 parent f78d667 commit 86d8659

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sotopia/database/persistent_profile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
else:
88
from typing_extensions import Self
99

10-
from pydantic import BaseModel, Field, model_validator
10+
from pydantic import BaseModel, model_validator
1111
from redis_om import JsonModel
12+
from redis_om.model.model import Field
1213

1314
from .base_models import patch_model_for_local_storage
1415
from .storage_backend import is_local_backend

0 commit comments

Comments
 (0)