Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 3ecf63f

Browse files
committed
Fix Black linting errors
1 parent 7830168 commit 3ecf63f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

emv/command/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def render_app(card, df, redact):
121121
as_table(rec[Tag.RECORD], "File: %s,%s" % (i, j), redact=redact)
122122
)
123123

124+
124125
@cli.command(help="Dump card information.")
125126
@click.pass_context
126127
def info(ctx):
@@ -251,5 +252,3 @@ def appdata(ctx, app_index):
251252

252253
app_data = card.get_application_data(opts["AFL"])
253254
click.echo(as_table(app_data, title="Application Data", redact=redact))
254-
255-

0 commit comments

Comments
 (0)