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