Skip to content

Commit

Permalink
black: fix issue in core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Jan 4, 2021
1 parent 1cf096a commit 553396c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpdf/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,8 @@ def handle_parse_result(self, ctx, opts, args):
is_flag=True,
show_default=True,
help='Skip figures. Figures will not be part of the output JSON/YAML structures and also not saved if'
' --save-figures is given.')
' --save-figures is given.',
)
@click.option('-vd', '--visual-debug', is_flag=True, help='Visual debug libpdf.')
@click.option(
'-vo',
Expand Down

0 comments on commit 553396c

Please sign in to comment.