Skip to content

Commit

Permalink
Fixed flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ubmarco committed Dec 20, 2021
1 parent 7354c62 commit 499420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpdf/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def handle_parse_result(self, ctx, opts, args):
if self.mutually_exclusive.intersection(opts) and self.name in opts:
raise click.UsageError(
f"Illegal usage: '{self.name}' is mutually exclusive with '{', '.join(self.mutually_exclusive)}' "
"which is also given."
'which is also given.',
)

return super().handle_parse_result(ctx, opts, args)
Expand Down

0 comments on commit 499420b

Please sign in to comment.