Skip to content

Commit

Permalink
Sync files from main repository
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 24, 2024
1 parent 35bffdc commit 3d8902e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cognisim/device/ios/ios_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ async def swipe(self, initial_x, initial_y, end_x, end_y, duration=1):
Args:
initial_x (int): Starting x coordinate of the swipe
initial_y (int): Starting y coordinate of the swipe
initial_y (int): Starting y coordinate of the swipe
end_x (int): Ending x coordinate of the swipe
end_y (int): Ending y coordinate of the swipe
duration (int, optional): Duration of the swipe in seconds. Defaults to 1.
Expand Down Expand Up @@ -286,7 +286,6 @@ async def capture_screenshot_with_bounding_box(self, bounds: dict, image_state:

return screenshot_with_bounding_box


async def stop_device(self):
'''
Stops the device
Expand Down

0 comments on commit 3d8902e

Please sign in to comment.