Skip to content

Commit 21ea1da

Browse files
committed
Removed checksum arg from download_order().
1 parent 6a520aa commit 21ea1da

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)