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 09a35f1 commit e3b034dCopy full SHA for e3b034d
1 file changed
src/pdfrest/client.py
@@ -1582,7 +1582,7 @@ def create_from_urls(
1582
) -> list[PdfRestFile]:
1583
"""Upload one or more files by providing remote URLs."""
1584
1585
- normalized_urls = UploadURLs.model_validate({"url": urls}) # pyright: ignore[reportPrivateUsage]
+ normalized_urls = UploadURLs.model_validate({"url": urls})
1586
request = self._client.prepare_request(
1587
"POST",
1588
"/upload",
0 commit comments