Firoj112 commited on
Commit
2befed0
·
verified ·
1 Parent(s): 3aaedbb

Update tools/go_back.py

Browse files
Files changed (1) hide show
  1. tools/go_back.py +1 -1
tools/go_back.py CHANGED
@@ -5,7 +5,7 @@ class GoBackTool(Tool):
5
  name = "go_back"
6
  description = "Goes back to the previous page."
7
  inputs = {}
8
- output_type = "null"
9
 
10
  def __init__(self, driver: Any = None, *args, **kwargs):
11
  super().__init__(*args, **kwargs)
 
5
  name = "go_back"
6
  description = "Goes back to the previous page."
7
  inputs = {}
8
+ output_type = "None"
9
 
10
  def __init__(self, driver: Any = None, *args, **kwargs):
11
  super().__init__(*args, **kwargs)