Commit 8f853a2
authored
Replace unused variable in lambda expression (SeleniumHQ#2160)
In Python it is common to indicate unused variables by choosing _
(underscore) as variable name. This commit replaces some instances of
unused variables in lambda expressions to align with Python customs
and also other test examples in the repository.1 parent f68674c commit 8f853a2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
0 commit comments