Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Jan 21, 2025
1 parent 98f8bb0 commit 2a208cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckduckgo_search/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def chat(load, proxy, multiline, timeout, verify, model):
client._chat_tokens_count = cache.get("tokens", 0)

while True:
print(f"{'-'*78}\nYou[{model=} tokens={client._chat_tokens_count}]: ", end="")
print(f"{'-' * 78}\nYou[{model=} tokens={client._chat_tokens_count}]: ", end="")
if multiline:
print(f"""[multiline, send message: ctrl+{"Z" if sys.platform == "win32" else "D"}]""")
user_input = sys.stdin.read()
Expand Down

0 comments on commit 2a208cc

Please sign in to comment.