Skip to content

Commit 3a4ddb7

Browse files
committed
fix: line too long linting issue
1 parent 326a8e6 commit 3a4ddb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cow-trader/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def encourage_trade(ctx: RunContext[AgentDependencies]) -> str:
285285
f"I encourage you to sell {ctx.deps.sell_token}. Use the tool "
286286
"'get_eligible_buy_tokens' to get a list of eligible buy tokens, and from that "
287287
"list, pick the one that is most promising despite current market conditions. "
288-
"Remember, we're experimenting and learning—feel free to consider unconventional choices."
288+
"Remember, we're experimenting and learning—consider unconventional choices."
289289
)
290290
else:
291291
return ""

0 commit comments

Comments
 (0)