Skip to content

Commit ce4537a

Browse files
committed
Flake8
1 parent 62e3890 commit ce4537a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange_radar/scheduler/alerts/market_sentiment.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ def _get_message(
6363

6464
if ratio_abs < increase_in_percentage:
6565
logger.info(
66-
f"No new {indicator_key.upper()} alerts for coin:{coin}; frequency_in_minutes:{frequency_in_minutes} ratio: {ratio}."
66+
f"No new {indicator_key.upper()} alerts for coin:{coin}; "
67+
f"frequency_in_minutes:{frequency_in_minutes} ratio: {ratio}."
6768
)
6869
return None
6970

0 commit comments

Comments
 (0)