Skip to content

Commit

Permalink
remove duplicated decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Sep 29, 2022
1 parent 737c0e4 commit 55894ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeometa/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,6 @@ def import_(ctx, metadata_file, schema, output, verbosity):
@click.pass_context
@cli_options.ARGUMENT_MCF
@cli_options.OPTION_OUTPUT
@cli_options.OPTION_VERBOSITY
@click.option('--schema',
type=click.Choice(get_supported_schemas()),
help='Metadata schema')
Expand Down

0 comments on commit 55894ab

Please sign in to comment.