Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
kabilar committed Dec 10, 2024
1 parent 7c25f82 commit efb0b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/cli/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def print_version(ctx, param, value):
@click.option("--pdb", help="Fall into pdb if errors out", is_flag=True)
@click.pass_context
def main(ctx, log_level, pdb=False):
"""A client to support interactions with DANDI instances, such as the DANDI
"""A client to support interactions with DANDI instances, such as the DANDI
Archive (http://dandiarchive.org).
To see help for a specific command, run
Expand Down

0 comments on commit efb0b65

Please sign in to comment.