Skip to content

Commit 6c88b93

Browse files
authored
Appease yapf
1 parent ca11ada commit 6c88b93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/orders_create_and_download_multiple_orders.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
product_bundle='analytic_udm2',
4545
item_type='PSScene')
4646
],
47-
tools=[planet.order_request.clip_tool(aoi=iowa_aoi)]
48-
)
47+
tools=[planet.order_request.clip_tool(aoi=iowa_aoi)])
4948

5049
oregon_aoi = {
5150
"type":
@@ -63,8 +62,7 @@
6362
product_bundle='analytic_udm2',
6463
item_type='PSScene')
6564
],
66-
tools=[planet.order_request.clip_tool(aoi=oregon_aoi)]
67-
)
65+
tools=[planet.order_request.clip_tool(aoi=oregon_aoi)])
6866

6967

7068
async def create_and_download(client, order_detail, directory):

0 commit comments

Comments
 (0)