Skip to content

Commit 0fc9820

Browse files
committed
STY: Fix linter issues.
1 parent 4ec2ca9 commit 0fc9820

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

botcity/web/bot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,6 @@ def click_at(self, x, y, *, clicks=1, interval_between_clicks=0, button='left'):
841841
ac.pause(interval_between_clicks/1000.0)
842842
ac.perform()
843843

844-
845844
@only_if_element
846845
def click(self, wait_after=config.DEFAULT_SLEEP_AFTER_ACTION, *,
847846
clicks=1, interval_between_clicks=0, button='left'):

0 commit comments

Comments
 (0)