Skip to content

Commit 90b917d

Browse files
committed
Appease yapf
1 parent 898d71e commit 90b917d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

planet/cli/subscriptions.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ async def list_subscription_results_cmd(ctx,
234234
'--notifications',
235235
type=types.JSON(),
236236
help='Notifications JSON. Can be a string, filename, or - for stdin.')
237-
@click.option('--tools',
238-
type=types.JSON(),
239-
help='Toolchain JSON. Can be a string, filename, or - for stdin.'
240-
)
237+
@click.option(
238+
'--tools',
239+
type=types.JSON(),
240+
help='Toolchain JSON. Can be a string, filename, or - for stdin.')
241241
@pretty
242242
def request(name, source, delivery, notifications, tools, pretty):
243243
"""Generate a subscriptions request."""
@@ -276,10 +276,10 @@ def request(name, source, delivery, notifications, tools, pretty):
276276
@click.option('--rrule',
277277
type=str,
278278
help='iCalendar recurrance rule to specify recurrances.')
279-
@click.option('--filter',
280-
type=types.JSON(),
281-
help='Search filter. Can be a string, filename, or - for stdin.'
282-
)
279+
@click.option(
280+
'--filter',
281+
type=types.JSON(),
282+
help='Search filter. Can be a string, filename, or - for stdin.')
283283
@pretty
284284
def request_catalog(item_types,
285285
asset_types,

0 commit comments

Comments
 (0)