Skip to content

Commit d2b7b9e

Browse files
committed
Fixed the return docstring of the method
1 parent 71abfb4 commit d2b7b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/extensions/flutter_integration/flutter_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def get_render_tree(
187187
text (Optional[str]): The text of the widget to filter by.
188188
189189
Returns:
190-
str: The render tree of the current screen.
190+
List[Optional[Dict]]: A list of dictionaries or None values representing the render tree.
191191
"""
192192
opts = {}
193193
if widget_type is not None:

0 commit comments

Comments
 (0)