Commit fa24958
committed
[py] Fix indentation to satisfy PEP8
Fixes flake8 errors:
selenium/webdriver/remote/webdriver.py:726:11: E111 indentation is not a multiple of four
selenium/webdriver/remote/webdriver.py:729:11: E111 indentation is not a multiple of four1 parent d652b61 commit fa24958
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
727 | | - | |
| 726 | + | |
| 727 | + | |
728 | 728 | | |
729 | | - | |
730 | | - | |
731 | | - | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
732 | 732 | | |
733 | 733 | | |
734 | 734 | | |
| |||
0 commit comments