Skip to content

Commit

Permalink
STY: Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed Sep 1, 2021
1 parent 4ec2ca9 commit 0fc9820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botcity/web/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ def click_at(self, x, y, *, clicks=1, interval_between_clicks=0, button='left'):
ac.pause(interval_between_clicks/1000.0)
ac.perform()


@only_if_element
def click(self, wait_after=config.DEFAULT_SLEEP_AFTER_ACTION, *,
clicks=1, interval_between_clicks=0, button='left'):
Expand Down

0 comments on commit 0fc9820

Please sign in to comment.