Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Steuer authored and Emma Steuer committed Mar 26, 2024
1 parent d50299f commit 62f6a87
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions planet/cli/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,13 @@ async def list_subscriptions_cmd(ctx, status, limit, pretty):
@click.option(
"--collection_id",
default=None,
help=
"Optional collection ID for Sentinel Hub. If omitted, a new collection will be created.",
help="Optional collection ID for Sentinel Hub. If omitted, a new collection will be created.",
)
@pretty
@click.pass_context
@translate_exceptions
@coro
async def create_subscription_cmd(ctx, request, hosting, collection_id,
pretty):
async def create_subscription_cmd(ctx, request, hosting, collection_id, pretty):
"""Create a subscription.
Submits a subscription request for creation and prints the created
Expand Down

0 comments on commit 62f6a87

Please sign in to comment.