Skip to content

Commit 730bc31

Browse files
authored
Update webelement.py
1 parent 1f5a500 commit 730bc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium/webdriver/webelement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
from typing import TYPE_CHECKING, Callable, Dict, Optional, Union
15+
from typing import TYPE_CHECKING, Callable, Dict, Optional, Union, List
1616

1717
from selenium.webdriver.common.utils import keys_to_typing
1818
from selenium.webdriver.remote.command import Command as RemoteCommand

0 commit comments

Comments
 (0)