Add missing Optional import.

This commit is contained in:
Lukasz Langa
2016-12-21 01:18:34 -08:00
parent bacd6c0aed
commit 609b2486d1

View File

@@ -2,7 +2,7 @@
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
from typing import Any, Dict, List
from typing import Any, Dict, List, Optional
from .mobile import Mobile as Mobile
from selenium.webdriver.remote.webelement import WebElement
from selenium.webdriver.remote.errorhandler import ErrorHandler