Skip to content

Commit 3e8a9c7

Browse files
committed
lint
1 parent 1f55ae0 commit 3e8a9c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/predict/react.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def _copy_tools(self, tools):
172172
else:
173173
try:
174174
results[tool_name] = deepcopy(tool)
175-
except Exception as e:
175+
except Exception:
176176
logger.warning(f"Failed to deepcopy tool: {tool!r}. Consider making your tool deep-copyable "
177177
"if it needs to manage internal state. Error: {e}.")
178178
return results

0 commit comments

Comments
 (0)