Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pantunes committed Oct 28, 2024
1 parent 62e3890 commit ce4537a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exchange_radar/scheduler/alerts/market_sentiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ def _get_message(

if ratio_abs < increase_in_percentage:
logger.info(
f"No new {indicator_key.upper()} alerts for coin:{coin}; frequency_in_minutes:{frequency_in_minutes} ratio: {ratio}."
f"No new {indicator_key.upper()} alerts for coin:{coin}; "
f"frequency_in_minutes:{frequency_in_minutes} ratio: {ratio}."
)
return None

Expand Down

0 comments on commit ce4537a

Please sign in to comment.