Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
granawkins committed Apr 18, 2024
1 parent c81776c commit 23a788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mentat/code_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def refresh_daemon(self):
"""Call before interacting with context to ensure daemon is up to date."""

if not hasattr(self, "daemon"):
# Daemon is initialized after setup because it needs the embedding_provider.
# Daemon is initialized after setup because it needs the embedding_provider.
ctx = SESSION_CONTEXT.get()
cwd = ctx.cwd
llm_api_handler = ctx.llm_api_handler
Expand Down

0 comments on commit 23a788f

Please sign in to comment.