Skip to content

Commit ca11ada

Browse files
authored
Appease yapf
1 parent 67f2116 commit ca11ada

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

examples/orders_create_and_download_multiple_orders.py

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

5250
oregon_aoi = {
@@ -65,9 +63,7 @@
6563
product_bundle='analytic_udm2',
6664
item_type='PSScene')
6765
],
68-
tools=[
69-
planet.order_request.clip_tool(aoi=oregon_aoi)
70-
]
66+
tools=[planet.order_request.clip_tool(aoi=oregon_aoi)]
7167
)
7268

7369

0 commit comments

Comments
 (0)