Upgrade to stubtest with dunder pos only reverted (#7442)

This commit is contained in:
Shantanu
2022-03-05 18:38:08 -08:00
committed by GitHub
parent cda3d9cf72
commit 77e5a2d468
10 changed files with 21 additions and 35 deletions

View File

@@ -0,0 +1 @@
selenium.webdriver.__all__ # intentional

View File

@@ -20,6 +20,7 @@ from .webkitgtk.options import Options as WebKitGTKOptions
from .webkitgtk.webdriver import WebDriver as WebKitGTK
# We need an explicit __all__ because some of the above won't otherwise be exported.
# This could also be fixed using assignments
__all__ = [
"Firefox",
"FirefoxProfile",