Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Lentz committed Dec 13, 2024
1 parent 2a8d9cf commit 749abaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fms_yaml_tools/diag_table/diag_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ def grep_var(ctx, diag_table):
yaml = vars[0].dump_yaml(options["abstract"])
sys.stdout.write(yaml)


def wizard_generic(ctx, diag_table, abstract):
options = ctx.obj
abstract = options["abstract"] or abstract
Expand All @@ -251,7 +252,6 @@ def wizard_generic(ctx, diag_table, abstract):
@click.pass_context
@click.argument("diag_table", type=click.Path(), default="-")
def file_wizard(ctx, diag_table):
options = ctx.obj
wizard_generic(ctx, diag_table, ("table",))


Expand Down

0 comments on commit 749abaa

Please sign in to comment.