Commit 0e05a1aa authored by Cresson Remi's avatar Cresson Remi
Browse files

Update file download.py

1 merge request!5WIP: pydantic v2
Pipeline #53376 passed with stages
in 8 minutes and 7 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -522,7 +522,7 @@ class Download(BaseModel): # pylint: disable = too-few-public-methods
def make_url( # pylint: disable=no-self-argument
cls,
url: str,
info: FieldValidationInfo
info: FieldValidationInfo # pylint: disable=unused-argument
) -> str:
"""
Model validator
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment