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 6a520aa commit 21ea1daCopy full SHA for 21ea1da
planet/clients/orders.py
@@ -265,8 +265,7 @@ async def download_order(self,
265
order_id: str,
266
directory: Path = Path('.'),
267
overwrite: bool = False,
268
- progress_bar: bool = False,
269
- checksum: Optional[str] = None) -> List[Path]:
+ progress_bar: bool = False) -> List[Path]:
270
"""Download all assets in an order.
271
272
Parameters:
0 commit comments