Skip to content

Commit

Permalink
remove useless axtree str (#6315)
Browse files Browse the repository at this point in the history
  • Loading branch information
mannaandpoem authored Jan 17, 2025
1 parent 85a760e commit c5d7caf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openhands/events/observation/browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,4 @@ def get_axtree_str(self, filter_visible_only: bool = False) -> str:
skip_generic=False,
filter_visible_only=filter_visible_only,
)
self._axtree_str = cur_axtree_txt
return cur_axtree_txt

0 comments on commit c5d7caf

Please sign in to comment.