Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoup42 committed Sep 9, 2023
1 parent 3c0859b commit 0f08d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cardano_account_pandas_dumper/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def main():
if args.to_block is not None and args.to_block != data_from_api.to_block:
parser.exit(
message=(
f"--to_block {args.to_block} different from checkpoint's {data_from_api.to_block}."
f"--to_block {args.to_block} different "
+ f"from checkpoint's {data_from_api.to_block}."
),
status=1,
)
Expand Down

0 comments on commit 0f08d4b

Please sign in to comment.