We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0f838 commit 409d6f4Copy full SHA for 409d6f4
packages/models-library/src/models_library/api_schemas_webserver/storage.py
@@ -86,7 +86,6 @@ class SearchBodyParams(InputSchema):
86
87
@model_validator(mode="after")
88
def _validate_date_range(self) -> Self:
89
- """Ensure that last_modified_before is after last_modified_after when both are present."""
90
if (
91
self.last_modified_before is not None
92
and self.last_modified_after is not None
0 commit comments