mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Upgrade to stubtest with dunder pos only reverted (#7442)
This commit is contained in:
1
stubs/selenium/@tests/stubtest_allowlist.txt
Normal file
1
stubs/selenium/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1 @@
|
||||
selenium.webdriver.__all__ # intentional
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user