Skip to content

Commit

Permalink
Bad ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaslek committed Feb 16, 2023
1 parent 0320548 commit 48f59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbb_terminal/cryptocurrency/defi/terraengineer_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_history_asset_from_terra_address(
"""

if asset.lower() not in ASSETS:
raise Exception(f"Select a valid asset from {', '.join(ASSETS)}")
raise Exception(f"Choose a valid asset from {', '.join(ASSETS)}")

if not address.startswith("terra"):
raise Exception(
Expand Down

0 comments on commit 48f59b9

Please sign in to comment.