mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-29 06:12:43 +00:00
Remove unused variable 'result' from ToolUsage class to clean up code.
This commit is contained in:
@@ -168,7 +168,6 @@ class ToolUsage:
|
||||
|
||||
started_at = time.time()
|
||||
from_cache = False
|
||||
result = None
|
||||
|
||||
if self.tools_handler and self.tools_handler.cache:
|
||||
result = self.tools_handler.cache.read(
|
||||
|
||||
Reference in New Issue
Block a user