Commit 4cfe983
Add return type to webelement.submit (#13490)
Without this, `mypy` in strict mode gives me the error:
```
Call to untyped function "submit" in typed context
```
Co-authored-by: Diego Molina <[email protected]>1 parent fccfed1 commit 4cfe983
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments