Skip to content

Commit 0762454

Browse files
authored
Appease yapf
1 parent 69eb2c3 commit 0762454

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

examples/orders_create_and_download_multiple_orders.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@
4545
iowa_order = planet.order_request.build_request(
4646
name='iowa_order',
4747
products=[
48-
planet.order_request.product(
49-
item_ids=iowa_items,
50-
product_bundle='analytic_udm2',
51-
item_type='PSScene')
48+
planet.order_request.product(item_ids=iowa_items,
49+
product_bundle='analytic_udm2',
50+
item_type='PSScene')
5251
],
5352
tools=[planet.order_request.clip_tool(aoi=iowa_aoi)])
5453

@@ -65,10 +64,9 @@
6564
oregon_order = planet.order_request.build_request(
6665
name='oregon_order',
6766
products=[
68-
planet.order_request.product(
69-
item_ids=oregon_items,
70-
product_bundle='analytic_udm2',
71-
item_type='PSScene')
67+
planet.order_request.product(item_ids=oregon_items,
68+
product_bundle='analytic_udm2',
69+
item_type='PSScene')
7270
],
7371
tools=[planet.order_request.clip_tool(aoi=oregon_aoi)])
7472

0 commit comments

Comments
 (0)