Skip to content

Commit b98bdfe

Browse files
authored
fix flake8 (#154)
1 parent 9ed2a0d commit b98bdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csv2bufr/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_mappings(ctx, sequence, output, verbosity):
9191
if not sequence:
9292
click.echo("Error: Please provide a BUFRsequence.", err=True)
9393
ctx.exit(1) # Exit with a non-zero status to indicate an error
94-
94+
9595
msg = BUFRMessage(sequence)
9696
template = msg.create_template()
9797
if output:

0 commit comments

Comments
 (0)