Skip to content

Commit

Permalink
Cleaned up some lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillawme committed Dec 28, 2020
1 parent f1799f0 commit 1a58c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def build_histogram(angles, title, colormap, gridsize):

# Command-line tool made from the buidling blocks

@click.command(context_settings = dict(help_option_names=['-h', '--help']))
@click.command(context_settings=dict(help_option_names=['-h', '--help']))
@click.argument('starfile', metavar='<run_data.star>')
@click.option('-t', '--title', 'title', default='', type=str, help='Title of the histogram (default: no title).')
@click.option('-c', '--colormap', 'colormap', default='viridis', type=str, help='A color map supported by matplotlib (default: "viridis").')
Expand Down

0 comments on commit 1a58c96

Please sign in to comment.