Skip to content

Commit a61e209

Browse files
committed
flake8
1 parent abb74a7 commit a61e209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/selenium/webdriver/remote/webdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ def set_window_rect(self, x=None, y=None, width=None, height=None):
957957
return self.execute(Command.SET_WINDOW_RECT, {"x": x, "y": y,
958958
"width": width,
959959
"height": height})['value']
960+
960961
@property
961962
def file_detector(self):
962963
return self._file_detector

0 commit comments

Comments
 (0)