Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Feb 12, 2024
1 parent b1119af commit 0f3c6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def optimize_with_rolling_horizon(

if status != "ok":
logger.warning(
f"""Optimization failed with status {status}
f"""Optimization failed with status {status}
and condition {condition}"""
)
return n
Expand Down

0 comments on commit 0f3c6dd

Please sign in to comment.