Skip to content

Commit d417151

Browse files
authored
Apply suggestion from @frostming
1 parent 0a3e298 commit d417151

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bub/builtin/agent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ def _build_llm(settings: AgentSettings, tape_store: AsyncTapeStore, tape_context
286286
context=tape_context,
287287
verbose=settings.verbose,
288288
)
289+
290+
289291
@dataclass(frozen=True)
290292
class Args:
291293
positional: list[str]

0 commit comments

Comments
 (0)