We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242befb commit fccfed1Copy full SHA for fccfed1
py/selenium/webdriver/support/ui.py
@@ -15,5 +15,7 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-from .select import Select # noqa
19
-from .wait import WebDriverWait # noqa
+from .select import Select
+from .wait import WebDriverWait
20
+
21
+__all__ = ["Select", "WebDriverWait"]
0 commit comments