Skip to content

Commit 7d13359

Browse files
authored
Remove whitespace
1 parent 5882a44 commit 7d13359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/orders_create_and_download_multiple_orders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import planet
2828

2929
DOWNLOAD_DIR = os.getenv('TEST_DOWNLOAD_DIR', '.')
30-
30+
3131
iowa_aoi = {
3232
"type":
3333
"Polygon",
@@ -72,7 +72,7 @@
7272

7373

7474
async def create_and_download(client, order_detail, directory):
75-
"""Place an order, wait for completion, and download assets as a single task."""
75+
"""Make an order, wait for completion, download files as a single task."""
7676
with planet.reporting.StateBar(state='creating') as reporter:
7777
order = await client.create_order(order_detail)
7878
reporter.update(state='created', order_id=order['id'])

0 commit comments

Comments
 (0)