Skip to content

Commit 354fd45

Browse files
committed
Appease yapf
1 parent 812ca77 commit 354fd45

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
@@ -237,10 +237,10 @@ async def list_subscription_results_cmd(ctx,
237237
'--notifications',
238238
type=types.JSON(),
239239
help='Notifications JSON. Can be a string, filename, or - for stdin.')
240-
@click.option('--tools',
241-
type=types.JSON(),
242-
help='Toolchain JSON. Can be a string, filename, or - for stdin.'
243-
)
240+
@click.option(
241+
'--tools',
242+
type=types.JSON(),
243+
help='Toolchain JSON. Can be a string, filename, or - for stdin.')
244244
@click.option(
245245
'--clip-to-source',
246246
is_flag=True,
@@ -297,10 +297,10 @@ def request(name,
297297
@click.option('--rrule',
298298
type=str,
299299
help='iCalendar recurrance rule to specify recurrances.')
300-
@click.option('--filter',
301-
type=types.JSON(),
302-
help='Search filter. Can be a string, filename, or - for stdin.'
303-
)
300+
@click.option(
301+
'--filter',
302+
type=types.JSON(),
303+
help='Search filter. Can be a string, filename, or - for stdin.')
304304
@click.option(
305305
'--publishing-stage',
306306
'publishing_stages',

0 commit comments

Comments
 (0)