Skip to content

Commit bb04218

Browse files
committed
minor corrections
1 parent e33d664 commit bb04218

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
import sys
22

3-
from .tool_use_agent import *
4-
53
# for backward compatibility of unpickling
64
sys.modules[__name__ + ".multi_tool_agent"] = sys.modules[__name__]

src/agentlab/analyze/agent_xray.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,6 @@ def update_screenshot_pair(som_or_not: str):
571571
def update_screenshot_gallery(som_or_not: str):
572572
global info
573573
max_steps = len(info.exp_result.steps_info)
574-
som_or_not == "SOM Screenshots"
575574

576575
screenshots = [get_screenshot(info, step=i, som_or_not=som_or_not)[0] for i in range(max_steps)]
577576

0 commit comments

Comments
 (0)