Skip to content

Commit dc3bc4a

Browse files
author
aaronstrateos
committed
lint
1 parent c1caf7b commit dc3bc4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

transcriptic/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def submit_cmd(ctx, file, project, title=None, test=None, pm=None):
218218
@click.option("--name", "-n", help="Optional name for your zip file")
219219
@click.pass_context
220220
def release_cmd(ctx, name=None, package=None):
221-
""" Compress the contents of the current directory to upload as a release. """
221+
"""Compress the contents of the current directory to upload as a release."""
222222
api = ctx.obj.api
223223
commands.release(api, name=name, package=package)
224224

@@ -629,6 +629,7 @@ def login_cmd(ctx, api_root=None, analytics=True, rsa_key=None, web_staging=Fals
629629
config = ctx.parent.params["config"]
630630
commands.login(api, config, api_root, analytics, rsa_key, web_staging)
631631

632+
632633
@cli.command("format", cls=FeatureCommand, feature="can_upload_packages")
633634
@click.argument("manifest", default="manifest.json")
634635
def format_cmd(manifest):

0 commit comments

Comments
 (0)