Spaces:
Running
Running
Update tools/go_back.py
Browse files- 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 = "
|
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)
|