Skip to content

Commit 7b22cf4

Browse files
committed
cleanup
1 parent a4f988c commit 7b22cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/projects_access_rights.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class ProjectShare(InputSchema):
4040
delete: bool
4141

4242
@model_validator(mode="after")
43-
def check_access_constraints(self) -> Self:
43+
def _validate_access_rights(self) -> Self:
4444
AccessRights(
4545
read=self.read, write=self.write, delete=self.delete
4646
).verify_access_integrity()

0 commit comments

Comments
 (0)