File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/com/dtmilano/android/uiautomator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121from __future__ import print_function
2222
23- from typing import Union
23+ from typing import Union , List
2424
2525from culebratester_client import WindowHierarchyChild , Selector , WindowHierarchy
2626
@@ -50,7 +50,7 @@ def window_hierarchy_child_to_selector(window_hierarchy_child: WindowHierarchyCh
5050 return sel
5151
5252
53- def window_hierarchy_to_selector_list (node : Union [WindowHierarchy , WindowHierarchyChild ], selector_list = None ) -> list [
53+ def window_hierarchy_to_selector_list (node : Union [WindowHierarchy , WindowHierarchyChild ], selector_list = None ) -> List [
5454 Selector ]:
5555 """
5656 Converts a WindowHierarchy (obtained via ``window_hierarchy_dump()``) to a Selector list.
You can’t perform that action at this time.
0 commit comments