Skip to content

Commit e2caf09

Browse files
black
1 parent 5eb0762 commit e2caf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentlab/agents/hint_use_agent/generic_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class GenericAgentArgs(AgentArgs):
3939

4040
def __post_init__(self):
4141
try: # some attributes might be temporarily args.CrossProd for hyperparameter generation
42-
#TODO: Rename the agent to HintUseAgent when appropriate
42+
# TODO: Rename the agent to HintUseAgent when appropriate
4343
self.agent_name = f"GenericAgent-hinter-{self.chat_model_args.model_name}".replace(
4444
"/", "_"
4545
)

0 commit comments

Comments
 (0)