Skip to content

Commit 92670cb

Browse files
Merge pull request #896 from planetlabs/remove-checksum-arg-orders-api-856
Removed checksum argument from download_order
2 parents 7aa43b6 + 21ea1da commit 92670cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

planet/clients/orders.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,7 @@ async def download_order(self,
265265
order_id: str,
266266
directory: Path = Path('.'),
267267
overwrite: bool = False,
268-
progress_bar: bool = False,
269-
checksum: Optional[str] = None) -> List[Path]:
268+
progress_bar: bool = False) -> List[Path]:
270269
"""Download all assets in an order.
271270
272271
Parameters:

0 commit comments

Comments
 (0)