Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkayranci committed Dec 13, 2020
1 parent e81729e commit cbacc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ilkbyte_cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def cli_pretty(message: dict, response: dict):
typer.echo(dotty_response.get(v))
else:
typer.echo(response)
except Exception as _:
except Exception:
typer.echo(response)

else:
Expand Down

0 comments on commit cbacc98

Please sign in to comment.