Skip to content

Commit ea624d1

Browse files
revert change
1 parent bafab91 commit ea624d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/projects_nodes_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ class DatCoreFileLink(BaseFileLink):
238238
description="Unique identifier to access the dataset on datcore (REQUIRED for datcore)",
239239
)
240240

241-
@field_validator("store", mode="before")
241+
@field_validator("store")
242242
@classmethod
243243
def check_discriminator(cls, v):
244244
"""Used as discriminator to cast to this class"""

0 commit comments

Comments
 (0)